Merge pull request #175 from nscooling/fix_octal_error_in_St7789_list

changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class
This commit is contained in:
JF002 2021-01-23 21:24:01 +01:00 committed by GitHub
commit 0a237a7c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ namespace Pinetime {
ColumnAddressSet = 0x2a,
RowAddressSet = 0x2b,
WriteToRam = 0x2c,
MemoryDataAccessControl = 036,
MemoryDataAccessControl = 0x36,
VerticalScrollDefinition = 0x33,
VerticalScrollStartAddress = 0x37,
ColMod = 0x3a,