clang-format + black fixes

This commit is contained in:
Michael Davidson 2024-12-31 08:28:05 +11:00
parent 642992d083
commit 1887303201
No known key found for this signature in database
GPG Key ID: B8D1A99712B8B0EB
2 changed files with 1 additions and 2 deletions

View File

@ -160,7 +160,7 @@ DISPLAY_MODES = {
"PARTIAL": DisplayMode.MODE_PARTIAL,
"FULL": DisplayMode.MODE_FULL,
"FAST": DisplayMode.MODE_FAST,
"GRAYSCALE4": DisplayMode.MODE_GRAYSCALE4
"GRAYSCALE4": DisplayMode.MODE_GRAYSCALE4,
}

View File

@ -39,7 +39,6 @@ static const uint8_t SET_RAM_X_ADDRESS = 0x4e;
// Set the Y address counter
static const uint8_t SET_RAM_Y_ADDRESS = 0x4f;
static const uint8_t LUT_ALL[233] = {
0x01, 0x0A, 0x1B, 0x0F, 0x03, 0x01, 0x01, 0x05, 0x0A, 0x01, 0x0A, 0x01, 0x01, 0x01, 0x05, 0x08, 0x03, 0x02,
0x04, 0x01, 0x01, 0x01, 0x04, 0x04, 0x02, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01,