MicroPython_CYD_ESP32-2432S028R
MicroPython_CYD_ESP32-2432S028R copied to clipboard
This is a higher-level library to allows MicroPython users to easily control the ESP32-2432S028R, more commonly known as the Cheap Yellow Display (CYD).
## Description When touching the screen, the circles are drawn at the opposite location of the touch input. For example, if I touch the top-left corner, the circle appears in...
Thanks a million for your awesome work. I want to have "sliders", so I needed more than just "touch event detection", plus my board issues spurious events occasionally, so I've...
I've written a little Adapter class for the [2 USB Version](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/cyd.md#my-cyd-has-two-usb-ports). Not sure if you accept PRs at this point ``` # CYD2 Library # Tags: Micropython Cheap Yellow Device...