Page 1 of 1

REPL on ST7735 TFT LCD

Posted: Sun Oct 13, 2019 3:42 pm
by boochow
Hi, I wrote a pseudo-framebuf class for ST7735 TFT LCD.

https://github.com/boochow/FBConsole/bl ... T7735fb.py

With FBConsole class, ST7735 TFT LCD can show REPL output by using dupterm() now!

(This class does not implement all of the framebuf APIs. Instead, only those used in FBConsole are available.)
ST7735-fbconsole.jpg
ST7735-fbconsole.jpg (87.83 KiB) Viewed 3515 times
Details are here: https://github.com/boochow/FBConsole#st7735fb-usage

Re: REPL on ST7735 TFT LCD

Posted: Mon Oct 14, 2019 5:54 pm
by AwesomeCronk
WOAH!!!
This is amazing! I love this idea!