Add bitaxe logo
This commit is contained in:
parent
d6604d28d6
commit
db0ec01c86
3 changed files with 264 additions and 6 deletions
|
@ -603,10 +603,12 @@ void renderIcon(const uint dispNum, const String &text, bool partial)
|
|||
if (text.endsWith("rocket")) {
|
||||
iconIndex = 1;
|
||||
}
|
||||
|
||||
if (text.endsWith("lnbolt")) {
|
||||
else if (text.endsWith("lnbolt")) {
|
||||
iconIndex = 3;
|
||||
}
|
||||
else if (text.endsWith("bitaxe")) {
|
||||
iconIndex = 4;
|
||||
}
|
||||
|
||||
displays[dispNum].drawInvertedBitmap(0,0, epd_icons_allArray[iconIndex], 122, 250, getFgColor());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue