ST7789 Interface 240x240 IPS LCD Display Run with Raspberry Pi Pico. reference http://www.penguintutor.com/ http://helloraspberrypi.blogspot.com/2021/02/raspberry-pi-picomicropython-st7789-spi.html?m=1 thanks for this references
sangje@macmini0 RaspberryPiPicoSt7789 % git pull origin main ... (may be there are update on github, so I must pull before push..)
sangje@macmini0 RaspberryPiPicoSt7789 % git add .
sangje@macmini0 RaspberryPiPicoSt7789 % git status
sangje@macmini0 RaspberryPiPicoSt7789 % git commit -m "Add existing files"
sangje@macmini0 RaspberryPiPicoSt7789 % git push -u origin main
- https://youtu.be/KnY7AaVzwSo pixel by pixel draw way
- https://youtu.be/fUVTQXIUx5M improved buffer to display way
- https://youtu.be/126yGkJ9qmw current sequential picture show
- temperature.py temperature code. (not match to room temperature. may be only board temperature?)
You Can convert PNG data to RAW
- Upload & Download those file to Pico /pyboard/ folder via rshell tool is Good.