mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-04 19:26:19 +00:00
fix(eink): replace mute bitmap icon with text letter M
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
d3589e293f
commit
a0a74fe5d3
@@ -303,7 +303,11 @@ class HomeScreen : public UIScreen {
|
|||||||
#ifdef PIN_BUZZER
|
#ifdef PIN_BUZZER
|
||||||
if (_task->isBuzzerQuiet()) {
|
if (_task->isBuzzerQuiet()) {
|
||||||
display.setColor(DisplayDriver::LIGHT);
|
display.setColor(DisplayDriver::LIGHT);
|
||||||
display.drawXbm(battLeftX - 9, 0, muted_icon, 8, 8);
|
display.fillRect(battLeftX - 9, 0, 7, 7);
|
||||||
|
display.setColor(DisplayDriver::DARK);
|
||||||
|
display.setCursor(battLeftX - 9, 0);
|
||||||
|
display.print("M");
|
||||||
|
display.setColor(DisplayDriver::LIGHT);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user