|
Initial support for RA8875 (#11)
- add initial RA8875 support for a 800x480 TFT - write BMP images to display (incomplete) - implement touch with RA8875, refactoring row, col -> x, y - Read touch point coordinates - Handle full display hflip and vflip - swap hflip and vflip since it was wrong - update README.md |
|---|
|
|
| Makefile |
|---|
| README.md |
|---|
| avrtft.c |
|---|
| bitmaps.c |
|---|
| bitmaps.h |
|---|
| bmp.c |
|---|
| bmp.h |
|---|
| cats/cats.sh |
|---|
| cmd.c |
|---|
| cmd.h |
|---|
| colorspace.c 0 → 100644 |
|---|
| colorspace.h 0 → 100644 |
|---|
| display.c |
|---|
| display.h |
|---|
| emojis.c |
|---|
| emojis.h |
|---|
| emojis/emojis.sh |
|---|
| hack.c |
|---|
| hack.h |
|---|
| nbproject/Makefile-Custom.mk |
|---|
| nbproject/Makefile-variables.mk |
|---|
| nbproject/Package-Custom.bash |
|---|
| nbproject/configurations.xml |
|---|
| paint.c |
|---|
| paint.h |
|---|
| pins.h |
|---|
| ra8875.c 0 → 100644 |
|---|
| ra8875.h 0 → 100644 |
|---|
| scripts/text.sh 0 → 100755 |
|---|
| sdcard.c |
|---|
| spi.c |
|---|
| spi.h |
|---|
| tft.c |
|---|
| tft.h |
|---|
| touch.c |
|---|
| touch.h |
|---|
| types.h |
|---|
| usart.c |
|---|
| usart.h |
|---|