A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move home screen battery indicator to avoid clashing with button hints (#174)

## Summary

* Move home screen battery indicator to avoid clashing with button hints
* Default button mapping was fine, but others clashes with the indicator

authored by

Dave Allie and committed by
GitHub
9bba41ed 34cf5f06

+1 -1
+1 -1
src/activities/home/HomeActivity.cpp
··· 316 316 const auto labels = mappedInput.mapLabels("", "Confirm", "Up", "Down"); 317 317 renderer.drawButtonHints(UI_10_FONT_ID, labels.btn1, labels.btn2, labels.btn3, labels.btn4); 318 318 319 - ScreenComponents::drawBattery(renderer, 20, pageHeight - 30); 319 + ScreenComponents::drawBattery(renderer, 20, pageHeight - 70); 320 320 321 321 renderer.displayBuffer(); 322 322 }