We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5462f commit 76846d7Copy full SHA for 76846d7
1 file changed
src/qwiic_grch1120.cpp
@@ -149,7 +149,7 @@
149
#define kCmdStartColHigh ((uint8_t)0x10)
150
#define kCmdStartLine ((uint8_t)0xA2) // Notice how this is different from the same cmd on the 1306 (0x40)
151
152
-#define kCmdContrastControl ((uint8_t)0x81) // Eli had this as 0x0F, is that what this should be?
+#define kCmdContrastControl ((uint8_t)0x81)
153
#define kCmdHorizAddressing ((uint8_t)0x20)
154
#define kCmdDownVerticalScroll ((uint8_t)0x24) // Down vertical scroll
155
#define kCmdUpVerticalScroll ((uint8_t)0x25) // Up vertical scroll
0 commit comments