mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
style(3)
This commit is contained in:
@@ -8,10 +8,10 @@ extern uint8_t disconnectedTipF[sizeof(disconnectedTip)];
|
|||||||
|
|
||||||
void ui_draw_homescreen_simplified(TemperatureType_t tipTemp) {
|
void ui_draw_homescreen_simplified(TemperatureType_t tipTemp) {
|
||||||
bool isFlipped = OLED::getRotation();
|
bool isFlipped = OLED::getRotation();
|
||||||
|
bool tipDisconnected = isTipDisconnected();
|
||||||
#ifdef REVERSE_NAV_EVERYWHERE
|
#ifdef REVERSE_NAV_EVERYWHERE
|
||||||
bool isReverse = getSettingValue(SettingsOptions::ReverseButtonNavEnabled);
|
bool isReverse = getSettingValue(SettingsOptions::ReverseButtonNavEnabled);
|
||||||
#endif
|
#endif
|
||||||
bool tipDisconnected = isTipDisconnected();
|
|
||||||
|
|
||||||
// Flip and switch buttons accordingly
|
// Flip and switch buttons accordingly
|
||||||
#ifdef REVERSE_NAV_EVERYWHERE
|
#ifdef REVERSE_NAV_EVERYWHERE
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ extern uint8_t disconnectedTipF[sizeof(disconnectedTip)];
|
|||||||
|
|
||||||
void ui_draw_homescreen_simplified(TemperatureType_t tipTemp) {
|
void ui_draw_homescreen_simplified(TemperatureType_t tipTemp) {
|
||||||
bool isFlipped = OLED::getRotation();
|
bool isFlipped = OLED::getRotation();
|
||||||
|
bool tipDisconnected = isTipDisconnected();
|
||||||
#ifdef REVERSE_NAV_EVERYWHERE
|
#ifdef REVERSE_NAV_EVERYWHERE
|
||||||
bool isReverse = getSettingValue(SettingsOptions::ReverseButtonNavEnabled);
|
bool isReverse = getSettingValue(SettingsOptions::ReverseButtonNavEnabled);
|
||||||
#endif
|
#endif
|
||||||
bool tipDisconnected = isTipDisconnected();
|
|
||||||
|
|
||||||
// Flip and switch buttons accordingly
|
// Flip and switch buttons accordingly
|
||||||
#ifdef REVERSE_NAV_EVERYWHERE
|
#ifdef REVERSE_NAV_EVERYWHERE
|
||||||
|
|||||||
Reference in New Issue
Block a user