mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 04:15:53 +00:00
Use all the rows on EInk since with autohide the navigation bar
This commit is contained in:
parent
0c948a3fc0
commit
88ab198e0f
@ -446,9 +446,7 @@ void drawNodeListScreen(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t
|
|||||||
|
|
||||||
int totalEntries = nodeList.size();
|
int totalEntries = nodeList.size();
|
||||||
int totalRowsAvailable = (display->getHeight() - y) / rowYOffset;
|
int totalRowsAvailable = (display->getHeight() - y) / rowYOffset;
|
||||||
#ifdef USE_EINK
|
|
||||||
totalRowsAvailable -= 1;
|
|
||||||
#endif
|
|
||||||
int visibleNodeRows = totalRowsAvailable;
|
int visibleNodeRows = totalRowsAvailable;
|
||||||
int totalColumns = 2;
|
int totalColumns = 2;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user