pimoroni-pico/libraries/breakout_roundlcd
Phil Howard 8e1e9df002 ST7789: Refactor and Bugfixes
* Make ST7789 accept only full config with SPI pins
* Make Generic ST7789 wrapper library handle "slot"
* Update Round LCD and 240x240 Square LCD
* Remove Python Round LCD and 240x240 LCD modules (we need the space!)
* Remove C++ Round LCD and 240x240 LCD libraries (they're a little redundant!)
* Fix garbage collected framebuffer bug in Python ST7789
* Deprecate "flip" in favour of "configure_display"
* Tidy up ST7789, remove dead/unused/commented code
2022-05-12 18:58:33 +01:00
..
CMakeLists.txt Created dedicated library class for round LCD breakout 2021-03-30 13:51:00 +01:00
breakout_roundlcd.cmake Created dedicated library class for round LCD breakout 2021-03-30 13:51:00 +01:00
breakout_roundlcd.cpp ST7789: Refactor and Bugfixes 2022-05-12 18:58:33 +01:00
breakout_roundlcd.hpp ST7789: Refactor and Bugfixes 2022-05-12 18:58:33 +01:00