Skip to content

Commit

Permalink
allow changing of WIDTH/HEIGHT (for screens smaller than the chip's m…
Browse files Browse the repository at this point in the history
…ax size)
  • Loading branch information
ladyada committed Jun 17, 2019
1 parent 73cddc3 commit cfd0d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_GFX.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfd0d4e

Please sign in to comment.