REPL on ST7735 TFT LCD

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
User avatar
boochow
Posts: 30
Joined: Sat Dec 16, 2017 9:36 am

REPL on ST7735 TFT LCD

Post by boochow » Sun Oct 13, 2019 3:42 pm

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 3514 times
Details are here: https://github.com/boochow/FBConsole#st7735fb-usage

AwesomeCronk
Posts: 33
Joined: Fri Oct 11, 2019 1:24 am

Re: REPL on ST7735 TFT LCD

Post by AwesomeCronk » Mon Oct 14, 2019 5:54 pm

WOAH!!!
This is amazing! I love this idea!

Post Reply