mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-05 03:36:13 +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
|
||||
if (_task->isBuzzerQuiet()) {
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user