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
1 parent 7c59e0d commit 5a5f87517ce99e67958dbe10099bebd3a102971f
@Torsten Römer Torsten Römer authored on 5 Jul 2024
GitHub committed on 5 Jul 2024
Showing 39 changed files
View
Makefile
View
README.md
View
avrtft.c
View
bitmaps.c
View
bitmaps.h
View
bmp.c
View
bmp.h
View
cats/cats.sh
View
cmd.c
View
cmd.h
View
colorspace.c 0 → 100644
View
colorspace.h 0 → 100644
View
display.c
View
display.h
View
emojis.c
View
emojis.h
View
emojis/emojis.sh
View
hack.c
View
hack.h
View
nbproject/Makefile-Custom.mk
View
nbproject/Makefile-variables.mk
View
nbproject/Package-Custom.bash
View
nbproject/configurations.xml
View
paint.c
View
paint.h
View
pins.h
View
ra8875.c 0 → 100644
View
ra8875.h 0 → 100644
View
scripts/text.sh 0 → 100755
View
sdcard.c
View
spi.c
View
spi.h
View
tft.c
View
tft.h
View
touch.c
View
touch.h
View
types.h
View
usart.c
View
usart.h