Skip to content

Commit 0a237a7

Browse files
authored
Merge pull request InfiniTimeOrg#175 from nscooling/fix_octal_error_in_St7789_list
changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class
2 parents d517b11 + 66a296d commit 0a237a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/St7789.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace Pinetime {
5858
ColumnAddressSet = 0x2a,
5959
RowAddressSet = 0x2b,
6060
WriteToRam = 0x2c,
61-
MemoryDataAccessControl = 036,
61+
MemoryDataAccessControl = 0x36,
6262
VerticalScrollDefinition = 0x33,
6363
VerticalScrollStartAddress = 0x37,
6464
ColMod = 0x3a,

0 commit comments

Comments
 (0)