Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Adafruit_GFX_1351 by
Revision 19:ca4a631bfbd8, committed 2016-08-19
- Comitter:
- whatnick
- Date:
- Fri Aug 19 02:22:03 2016 +0000
- Parent:
- 18:8606e2c579f1
- Commit message:
- Better offsets for Hexi
Changed in this revision
Adafruit_SSD1351.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Adafruit_SSD1351.cpp Thu Aug 18 23:29:04 2016 +0000 +++ b/Adafruit_SSD1351.cpp Fri Aug 19 02:22:03 2016 +0000 @@ -51,7 +51,7 @@ writeData(SSD1351WIDTH-1); writeCommand(SSD1351_CMD_SETROW); - writeData(SSD1351HEIGHT-y+15); + writeData(SSD1351HEIGHT-y+95); writeData(SSD1351HEIGHT-1); writeCommand(SSD1351_CMD_WRITERAM);