Simple project to drive a TFT LCD like the Adafruit 1.8" Color TFT LCD 160x128 ST7735R with an AVR MCU (ATmega328P) and avr-libc.
Currently implemented:
Ideas:
Write pictures via USART (probably too slow)
Read pictures from SD Card
Connect to the controller with for example GTKTerm (9600 Baud).
Write some text and a bitmap:
c 0xffff // clear displayt 0 0 h Just some text // write text in Hack to row 0 column 0b 0 112 // write bitmap with index 0 ('blush' emoji) to row 0 column 224d // display the demo