Skip to content

Commit 76846d7

Browse files
Remove unnecessary comment
1 parent 7f5462f commit 76846d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qwiic_grch1120.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
#define kCmdStartColHigh ((uint8_t)0x10)
150150
#define kCmdStartLine ((uint8_t)0xA2) // Notice how this is different from the same cmd on the 1306 (0x40)
151151

152-
#define kCmdContrastControl ((uint8_t)0x81) // Eli had this as 0x0F, is that what this should be?
152+
#define kCmdContrastControl ((uint8_t)0x81)
153153
#define kCmdHorizAddressing ((uint8_t)0x20)
154154
#define kCmdDownVerticalScroll ((uint8_t)0x24) // Down vertical scroll
155155
#define kCmdUpVerticalScroll ((uint8_t)0x25) // Up vertical scroll

0 commit comments

Comments
 (0)