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 |
Font64rle.h (242B)
1 #include <Fonts/Font64rle.c> 2 3 #define nr_chrs_f64 96 4 #define chr_hgt_f64 48 5 #define baseline_f64 36 6 #define data_size_f64 8 7 #define firstchr_f64 32 8 9 extern const unsigned char widtbl_f64[96]; 10 extern const unsigned char* const chrtbl_f64[96];