mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +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:
@@ -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