acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
Font16.h (239B)
1 #include <Fonts/Font16.c> 2 3 #define nr_chrs_f16 96 4 #define chr_hgt_f16 16 5 #define baseline_f16 13 6 #define data_size_f16 8 7 #define firstchr_f16 32 8 9 extern const unsigned char widtbl_f16[96]; 10 extern const unsigned char* const chrtbl_f16[96];