drop unnecessary comment

This commit is contained in:
Tyeth Gundry
2025-06-24 15:58:33 +00:00
parent 97afc0362b
commit 6b283a1839
+1 -1
View File
@@ -598,7 +598,7 @@ bool Adafruit_SSD1306::begin(uint8_t vcs, uint8_t addr, bool reset,
} else if ((WIDTH == 96) && (HEIGHT == 16)) {
comPins = 0x2; // ada x12
contrast = (vccstate == SSD1306_EXTERNALVCC) ? 0x10 : 0xAF;
} else if ((WIDTH == 64) && (HEIGHT == 32)) { //added this
} else if ((WIDTH == 64) && (HEIGHT == 32)) {
comPins = 0x12; // ada x12
contrast = (vccstate == SSD1306_EXTERNALVCC) ? 0x10 : 0xCF;
} else {