Files
clach04 20c3c8f55f Fix typo in Micropython.md (#358)
Corrected spelling errors in the Micropython documentation.
2026-02-21 19:53:00 +01:00

1.0 KiB

Micropython on the Cheap Yellow Display

Installing Micropython

The standard release of Micropython for ESP32 works fine with this module.

Additional libraries

Drivers for the display and touchscreen can be found in the micropython-ili9341 project.

Sample code

Check demo.py for code that shows how to use the:

  • display and backlight
  • RGB LED
  • SD card
  • light sensor
  • touchscreen

Not yet tested:

Additional Micropython Examples for LVGL8

Aditional examples demonstrating the use of LVGL8 on the CYD can be found here. The repositry also includes a link to precompiled firmware images of Micropython + LVGL for CYD. Differences in the display driver's configuration for the one-usb-port version and the two-port-version are explained.