Fix formatting + Prevent LCD from failing at startup

This commit is contained in:
cnlohr
2024-10-15 04:50:19 -04:00
parent fc83ea3c40
commit 2cb413d827
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -636,7 +636,10 @@ int main()
//ssd1306_drawPixel( i+1, i, 1 );
}
// Not sure why, need to do it a few times to make it stick?
ssd1306_refresh();
ssd1306_refresh();
uint8_t force_two_row_mode[] = {
0xa8, 0, // Set MUX ratio (Actually # of lines to scan) (But it's this + 1) You can make this 1 for wider.