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

Font7srle.h (242B)

      1 #include <Fonts/Font7srle.c>
      2 
      3 #define nr_chrs_f7s 96
      4 #define chr_hgt_f7s 48
      5 #define baseline_f7s 47
      6 #define data_size_f7s 8
      7 #define firstchr_f7s 32
      8 
      9 extern const unsigned char widtbl_f7s[96];
     10 extern const unsigned char* const chrtbl_f7s[96];