Use all the rows on EInk since with autohide the navigation bar

This commit is contained in:
Jason P 2025-06-25 09:10:04 -05:00
parent 0c948a3fc0
commit 88ab198e0f

View File

@ -446,9 +446,7 @@ void drawNodeListScreen(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t
int totalEntries = nodeList.size();
int totalRowsAvailable = (display->getHeight() - y) / rowYOffset;
#ifdef USE_EINK
totalRowsAvailable -= 1;
#endif
int visibleNodeRows = totalRowsAvailable;
int totalColumns = 2;