minor edit

This commit is contained in:
Bodmer 2019-07-21 13:27:27 +01:00 committed by GitHub
parent f14ee2cd9f
commit b5db2cd3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
// This is the command sequence that rotates the ILI9481 driver coordinate frame
// This is the command sequence that rotates the RM68140 driver coordinate frame
writecommand(TFT_MADCTL);
@ -41,4 +41,4 @@
_height = TFT_WIDTH;
break;
}