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/Font64.h
Normal file
7
libraries/Adafruit_ILI9341/Font64.h
Normal file
@ -0,0 +1,7 @@
|
||||
#define nr_chrs_f64 96
|
||||
#define chr_hgt_f64 48
|
||||
#define data_size_f64 8
|
||||
#define firstchr_f64 32
|
||||
|
||||
extern const unsigned char widtbl_f64[96];
|
||||
extern const unsigned char* chrtbl_f64[96];
|
Reference in New Issue
Block a user