I also like the consistency with naming with touch chip, like https://github.com/peterhinch/micropython-touch/blob/master/setup_examples/ili9341_xpt2046_esp32.py I like the idea of having the model name, but https://github.com/peterhinch/micropython-nano-gui/blob/master/setup_examples/CYD_...
I'm already eying up the eink support for some projects 😄 # CYD settings/config/setup for micropython-nano-gui# based on https://github.com/peterhinch/micropython-nano-gui/blob/master/setup_examples/ili9341_esp32.py# color_setup.py Customise for your hardware config# Released under the M...
本示例全面演示LVGL9的examples,widgets和demos,需要分别置1启用。譬如允许 examples构建示例: 第929行 #define LV_BUILD_EXAMPLES 1 2,移动examples和demos库的位置。 将Arduino\libraries\lvgl里的examples和demos库拖曳到src文件夹里面: 3,修改lv_examples.h 用Notepad++对C:\Users\用户名\Documents\Arduino\librari...
Why this library With the boards, there is a link supplied and there are a lot of examples present and this looks fine... If you know your way around... These examples forLVGLdepend on external libraries (TFT_eSPIorLovyanGFX) but also different touch drivers. However, when working with ...
65 changes: 57 additions & 8 deletions 65 setup_examples/ili9341_esp32_2432S028r.py Original file line numberDiff line numberDiff line change @@ -27,7 +27,8 @@ # *** Choose your color display driver here *** # ili9341 specific driver from drivers.ili93xx.ili9341 import ILI9341...
This library integrates seamlessly inPlatformIOand supports these boards by providing display and touch and provides a jump start! Why this library With the boards, there is a link supplied and there are a lot of examples present and this looks fine... If you know your way around... These...