mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-02 11:55:56 +00:00
correct swapped screen positions for BRC vs bearings display
This commit is contained in:
parent
cc5ca1682f
commit
8aaedb81dd
@ -905,7 +905,7 @@ void Screen::setFrames(FrameFocus focus)
|
|||||||
|
|
||||||
// Show detailed node views only on E-Ink builds
|
// Show detailed node views only on E-Ink builds
|
||||||
#ifdef USE_EINK
|
#ifdef USE_EINK
|
||||||
fsi.positions.nodelist_brc = numframes;
|
fsi.positions.nodelist_bearings = numframes;
|
||||||
normalFrames[numframes++] = graphics::NodeListRenderer::drawLastHeardScreen;
|
normalFrames[numframes++] = graphics::NodeListRenderer::drawLastHeardScreen;
|
||||||
indicatorIcons.push_back(icon_nodes);
|
indicatorIcons.push_back(icon_nodes);
|
||||||
|
|
||||||
@ -922,7 +922,7 @@ void Screen::setFrames(FrameFocus focus)
|
|||||||
indicatorIcons.push_back(icon_list);
|
indicatorIcons.push_back(icon_list);
|
||||||
#endif
|
#endif
|
||||||
#if HAS_GPS
|
#if HAS_GPS
|
||||||
fsi.positions.nodelist_bearings = numframes;
|
fsi.positions.nodelist_brc = numframes;
|
||||||
normalFrames[numframes++] = graphics::NodeListRenderer::drawBRCList;
|
normalFrames[numframes++] = graphics::NodeListRenderer::drawBRCList;
|
||||||
indicatorIcons.push_back(icon_bm);
|
indicatorIcons.push_back(icon_bm);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user