avr-st7735/README.md

18 lines
589 B
Markdown
Raw Normal View History

2016-12-07 00:47:52 +01:00
ST7735 for AVR
==============
2016-12-07 00:52:59 +01:00
![example of working display](./images/example.jpg)
2016-12-07 00:47:52 +01:00
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!*
2016-12-08 01:21:36 +01:00
Tweaks
------
* Uses my own bitmap format for fullcolor and monochrome bitmaps
* Faster line drawing based on: https://github.com/adafruit/Adafruit-GFX-Library/pull/36
* Faster font rendering based on https://github.com/adafruit/Adafruit-GFX-Library/issues/69
* Refactored draw_char function that does not load glyph struct twice