Read BMP images from SD card (#8)
- initialization complete, SD card goes in ready state
- read single block
- write single block 
- some refactoring
- read BMP image raw from SD card starting from given address
- re-enable all glyphs and emojis
- sacrifice two emojis for flash space
- update README
1 parent 2d87fab commit fbbf99da58b3177880c96e94841cbf4ecb17f2dd
@Torsten Römer Torsten Römer authored on 1 Mar 2024
GitHub committed on 1 Mar 2024
Showing 17 changed files
View
Makefile
View
README.md
View
avrtft.c
View
bmp.c
View
bmp.h
View
cmd.c
View
cmd.h
View
emojis.c
View
emojis/emojis.sh
View
nbproject/Makefile-Custom.mk
View
nbproject/configurations.xml
View
pins.h
View
sdcard.c 0 → 100644
View
sdcard.h 0 → 100644
View
spi.c
View
spi.h
View
usart.c