Rename var
This commit is contained in:
@@ -57,7 +57,7 @@ const uint8_t gFontLight[9] =
|
|||||||
0b00001100,
|
0b00001100,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint8_t gFontSound[12] =
|
const uint8_t gFontMute[12] =
|
||||||
{
|
{
|
||||||
0b00011100,
|
0b00011100,
|
||||||
0b00011100,
|
0b00011100,
|
||||||
|
@@ -12,7 +12,7 @@ extern const uint8_t gFontS[6];
|
|||||||
|
|
||||||
extern const uint8_t gFontKeyLock[9];
|
extern const uint8_t gFontKeyLock[9];
|
||||||
extern const uint8_t gFontLight[9];
|
extern const uint8_t gFontLight[9];
|
||||||
extern const uint8_t gFontSound[12];
|
extern const uint8_t gFontMute[12];
|
||||||
|
|
||||||
extern const uint8_t gFontXB[2][6];
|
extern const uint8_t gFontXB[2][6];
|
||||||
extern const uint8_t gFontMO[2][6];
|
extern const uint8_t gFontMO[2][6];
|
||||||
|
@@ -233,8 +233,8 @@ void UI_DisplayStatus()
|
|||||||
}
|
}
|
||||||
#ifdef ENABLE_FEAT_F4HWN
|
#ifdef ENABLE_FEAT_F4HWN
|
||||||
else if (gMute) {
|
else if (gMute) {
|
||||||
src = gFontSound;
|
src = gFontMute;
|
||||||
size = sizeof(gFontSound);
|
size = sizeof(gFontMute);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (gBackLight) {
|
else if (gBackLight) {
|
||||||
|
Reference in New Issue
Block a user