Skip to content
Snippets Groups Projects
Unverified Commit 4f9bfc2d authored by Daniel Eichhorn's avatar Daniel Eichhorn Committed by GitHub
Browse files

Merge pull request #142 from tienthanh2509/patch-1

Fix typo
parents e48b8765 52dabd9d
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ class OLEDDisplay : public Print {
// Draw a line horizontally
void drawHorizontalLine(int16_t x, int16_t y, int16_t length);
// Draw a lin vertically
// Draw a line vertically
void drawVerticalLine(int16_t x, int16_t y, int16_t length);
// Draws a rounded progress bar with the outer dimensions given by width and height. Progress is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment