VSCode 설치 :  https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

PlatformIO 설치 : (https://youtu.be/PYSy_PLjytQ)

LVGI 사이트 : https://lvgl.io/

LVGI 설명서: https://docs.lvgl.io/master/

 

float h = 1.123;
lv_label_set_text_fmt(ui_Label2, "%.1f", h);

lv_conf.h 데이터 변경
#  define LV_SPRINTF_DISABLE_FLOAT 1 // 프린트에서 프로트 사용함.

https://forum.lvgl.io/t/lv-label-set-text-fmt-outputting-f-on-display-and-not-the-actual-text/4164

 

+ Recent posts