lv_port_win_codeblocks icon indicating copy to clipboard operation
lv_port_win_codeblocks copied to clipboard

Windows PC simulator project for LVGL embedded GUI Library

Results 16 lv_port_win_codeblocks issues
Sort by recently updated
recently updated
newest added

-------------- Build: Debug in LittlevGL (compiler: GNU GCC Compiler)--------------- g++.exe -Wall -g -DWINVER=0x0601 -DWIN32 -D_WIN32 -I. -I. -Ilvgl -c F:\Code\codeblock-Lvgl\lv_sim_codeblocks_win\lvgl\src\drivers\display\tft_espi\lv_tft_espi.cpp -o obj\Debug\lvgl\src\drivers\display\tft_espi\lv_tft_espi.o Execution of 'g++.exe -Wall -g -DWINVER=0x0601 -DWIN32 -D_WIN32...

![123](https://github.com/lvgl/lv_port_win_codeblocks/assets/97323226/f561543a-7f17-40c1-899c-aa5b79e70391) I build the project. But there is no LVGL.exe file at last. And then, the Code::Block gave me a window informed me to build again. Pls give me some...

How to solve the following problem, tanks ||=== Build: Debug in LittlevGL (compiler: GNU GCC Compiler) ===| lvgl\demos\benchmark\assets\img_benchmark_cogwheel_alpha256.c|1|fatal error: ../../../lvgl.h: No such file or directory| lvgl\demos\benchmark\assets\img_benchmark_cogwheel_argb.c|1|fatal error: ../../../lvgl.h: No such...

||=== Build finished: 2 error(s), 4 warning(s) (1 minute(s), 38 second(s)) ===| error D:\LVGL\lv_port_win_codeblocks\lvgl\src\drivers\windows\lv_windows_context.c|142|error: 'CREATE_WAITABLE_TIMER_HIGH_RESOLUTION' undeclared (first use in this function)| D:\LVGL\lv_port_win_codeblocks\lvgl\src\drivers\windows\lv_windows_context.c|141|error: 'CREATE_WAITABLE_TIMER_MANUAL_RESET' undeclared (first use in this function)| warning...

![image](https://github.com/user-attachments/assets/12fda515-4dd3-4aee-9d53-6ccc12222264) In Display Stimulation there are two things 1. Resolution i.e lv_display_t * display = lv_windows_create_display(title, 800, 480, 100, FALSE, FALSE); 2. If want to set size of the window...