summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-01-23 21:24:01 +0100
committerGitHub <noreply@github.com>2021-01-23 21:24:01 +0100
commit0a237a7c3af77112cd71502fce932bd95b97fde7 (patch)
tree0e3aea3a76c986d85a98f2d2553e007b28941518 /src
parentd517b1109ca79695c4fea92d4b697d1253690007 (diff)
parent66a296d0f315c0f6e4643b5914216d64217b8903 (diff)
Merge pull request #175 from nscooling/fix_octal_error_in_St7789_list
changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class
Diffstat (limited to 'src')
-rw-r--r--src/drivers/St7789.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/St7789.h b/src/drivers/St7789.h
index 053caccb..a487a952 100644
--- a/src/drivers/St7789.h
+++ b/src/drivers/St7789.h
@@ -58,7 +58,7 @@ namespace Pinetime {
ColumnAddressSet = 0x2a,
RowAddressSet = 0x2b,
WriteToRam = 0x2c,
- MemoryDataAccessControl = 036,
+ MemoryDataAccessControl = 0x36,
VerticalScrollDefinition = 0x33,
VerticalScrollStartAddress = 0x37,
ColMod = 0x3a,