mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
allow changing of WIDTH/HEIGHT (for screens smaller than the chip's max size)
This commit is contained in:
parent
73cddc393d
commit
cfd0d4e226
@ -212,7 +212,7 @@ class Adafruit_GFX : public Print {
|
||||
void
|
||||
charBounds(char c, int16_t *x, int16_t *y,
|
||||
int16_t *minx, int16_t *miny, int16_t *maxx, int16_t *maxy);
|
||||
const int16_t
|
||||
int16_t
|
||||
WIDTH, ///< This is the 'raw' display width - never changes
|
||||
HEIGHT; ///< This is the 'raw' display height - never changes
|
||||
int16_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user