mirror of
https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display.git
synced 2026-03-13 08:32:38 +08:00
1.0 KiB
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:
- ❓ I2S audio output (should be natively supported in Micropython)
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.