|
3 weeks ago | |
---|---|---|
fonts | 4 years ago | |
images | 4 years ago | |
include | 2 years ago | |
utils | 4 years ago | |
.clang_complete | 4 years ago | |
.gitignore | 4 years ago | |
Makefile | 4 weeks ago | |
README.md | 3 weeks ago | |
main.c | 1 year ago | |
spi.c | 4 years ago | |
st7735.c | 1 year ago | |
st7735_font.c | 4 years ago | |
st7735_gfx.c | 4 years ago |
Please note: This repository is archived. However barskern has kindly agreed to continue maintaining this library. Please go to: https://github.com/barskern/avr-st7735 for the latest version as well as for issues and pull requests.
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!
By LongHairedHacker:
By Massey101:
By barskern:
Connect the display to the following PINS:
JAYCAR screen and ATMEGA328:
Screen | AVR |
---|---|
VCC | 5V |
GND | GND |
CS | PB2 |
RESET | PD7 |
A0 | PD6 |
SDA | PB3 |
SCK | PB5 |
LED | 3.3V |
AVRMCU
- Your avr chipF_CPU
- Your clock speedISPPORT
- programming deviceinclude/st7735.h:st7735_type
to your screen. (I have no idea how to
figure out which is which)make flash