mirror of
https://github.com/adafruit/TFTLCD-Library.git
synced 2026-07-28 04:06:02 +00:00
typo!
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ static volatile uint8_t *wrportreg;
|
||||
|
||||
|
||||
void Adafruit_TFTLCD::goTo(int x, int y) {
|
||||
if (driver == 0x9325 || driver == 0x0328) {
|
||||
if (driver == 0x9325 || driver == 0x9328) {
|
||||
writeRegister16(0x0020, x); // GRAM Address Set (Horizontal Address) (R20h)
|
||||
writeRegister16(0x0021, y); // GRAM Address Set (Vertical Address) (R21h)
|
||||
writeCommand(0x0022); // Write Data to GRAM (R22h)
|
||||
|
||||
Reference in New Issue
Block a user