mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
Port of extended Adafruit ILI9341 lib to ESP8266
This commit is contained in:
7
libraries/Adafruit_ILI9341/Font16.h
Normal file
7
libraries/Adafruit_ILI9341/Font16.h
Normal file
@ -0,0 +1,7 @@
|
||||
#define nr_chrs_f16 96
|
||||
#define chr_hgt_f16 16
|
||||
#define data_size_f16 8
|
||||
#define firstchr_f16 32
|
||||
|
||||
extern const unsigned char widtbl_f16[96];
|
||||
extern const unsigned char* chrtbl_f16[96];
|
Reference in New Issue
Block a user