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

Font72x53rle.h (245B)

      1 #include <Fonts/Font72x53rle.c>
      2 
      3 #define nr_chrs_f72 96
      4 #define chr_hgt_f72 75
      5 #define baseline_f72 73
      6 #define data_size_f72 8
      7 #define firstchr_f72 32
      8 
      9 extern const unsigned char widtbl_f72[96];
     10 extern const unsigned char* const chrtbl_f72[96];