george2024.iosdevlog.com·Oct 24, 2024Win32 Code::Block LVGLCreate Win32 Project Frame based GNU GCC Compiler Run Remove Console: Right Click Project → Properties… Build targets → Debug → Type: GUI application Build → Rebuild (Ctrl+F11) Run Add LGVL cd Win32CodeBlockLVGL git submodule init git submodu...Discusslvgl
george2024.iosdevlog.com·Oct 23, 2024Code::Block LVGL on WindowsCode::Block Binary releases - Code::Blocks Download codeblocks-20.03mingw-setup.exe Create Empty Project LVGL cd CodeBlock_LVGL git clone https://github.com/lvgl/lvgl.git cp lvgl/lv_conf_template.h lv_conf.h Right click CodeBlock_LVGL Project → Ad...Discusscodeblock
AriesProariesgun.xyz·Aug 10, 2023Developing GUI Application using LVGL on Raspberry PiLVGL, typically used for developing GUIs for microcontrollers that have limited resources, can also be used to create GUIs for more powerful boards, such as Raspberry Pi. In this article, I'll demonstrate how to use the LVGL framework to create an em...Discuss·1.1K readsRaspberry Pi