acidportal

- 😈 Worlds smallest Evil Portal on a LilyGo T-QT
git clone git://git.acid.vegas/acidportal.git
Log | Files | Refs | Archive | README | LICENSE

Font32rle.h (242B)

      1 #include <Fonts/Font32rle.c>
      2 
      3 #define nr_chrs_f32 96
      4 #define chr_hgt_f32 26
      5 #define baseline_f32 19
      6 #define data_size_f32 8
      7 #define firstchr_f32 32
      8 
      9 extern const unsigned char widtbl_f32[96];
     10 extern const unsigned char* const chrtbl_f32[96];