Skip to content

Commit 130e2b3

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent 7964ac1 commit 130e2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boards/Inkplate5.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ void Graphics::writePixel(int16_t x0, int16_t y0, uint16_t color)
208208
break;
209209
}
210210

211-
// If the 1 bit mode is used, pixels are packed 1 bit = 1 pixel in frame buffer
211+
// If the 1 bit mode is used, pixels are packed 1 bit = 1 pixel in frame buffer
212212
if (getDisplayMode() == 0)
213213
{
214214
// Divide by 8 to find a byte.

0 commit comments

Comments
 (0)