It would help if you told us where you got that st7789_LCD.py file.
Looking in the Awesome MicroPython community library reference, I suspect that russhughes/st7789py_mpy might be a good driver to look at. It's documented, actively maintained, and has special mention of cheap displays.
You do have to be a little careful about not running out of memory on a Pico when using these displays. The framebuffer at full colour depth is quite large
Looking in the Awesome MicroPython community library reference, I suspect that russhughes/st7789py_mpy might be a good driver to look at. It's documented, actively maintained, and has special mention of cheap displays.
You do have to be a little careful about not running out of memory on a Pico when using these displays. The framebuffer at full colour depth is quite large
Statistics: Posted by scruss — Mon Dec 30, 2024 5:18 pm