Plain C AVR library for ST7735 displays
Go to file
Jack Massey d591379bef Fix c99 compile issues
This software depends on c99 despite the fact that it's not present in
the compile flags. This has been fixed.
2019-02-25 21:08:58 +10:00
fonts Added additional font and the font converter 2016-12-08 02:15:02 +01:00
images Added additional font and the font converter 2016-12-08 02:15:02 +01:00
include Added fontrendering 2016-12-08 01:21:36 +01:00
utils Added additional font and the font converter 2016-12-08 02:15:02 +01:00
.clang_complete Added fontrendering 2016-12-08 01:21:36 +01:00
.gitignore Cleanups 2016-12-07 00:26:43 +01:00
Makefile Fix c99 compile issues 2019-02-25 21:08:58 +10:00
README.md Added fontrendering 2016-12-08 01:21:36 +01:00
main.c Added additional font and the font converter 2016-12-08 02:15:02 +01:00
spi.c Fixed set_addr_win 2016-12-06 19:52:01 +01:00
st7735.c Added graphic primitives 2016-12-07 21:14:46 +01:00
st7735_font.c Added fontrendering 2016-12-08 01:21:36 +01:00
st7735_gfx.c Added graphic primitives 2016-12-07 21:14:46 +01:00

README.md

ST7735 for AVR

example of working display

My simplified plain C version of https://github.com/adafruit/Adafruit-ST7735-Library and parts of https://github.com/adafruit/Adafruit-GFX-Library/

Use at your own risk!

Tweaks