mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-06-04 01:41:28 +00:00
* text wrap off
This commit is contained in:
@@ -57,6 +57,7 @@ void SSD1315Display::startFrame(Color bkg) {
|
||||
_color = SSD1306_WHITE;
|
||||
display.setTextColor(_color);
|
||||
display.setTextSize(1);
|
||||
display.setTextWrap(false);
|
||||
display.cp437(true); // Use full 256 char 'Code Page 437' font
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user