Proposed enhancement to Issue #94 on the select button "minus" (#104)

* Added select graphic and code to replace minus

* Actually added the select PNG to romfs
This commit is contained in:
Nic
2017-12-08 13:01:01 -06:00
committed by Alex Taber
parent 23c98a4ed1
commit 78bdb0d738
3 changed files with 7 additions and 5 deletions

View File

@@ -63,10 +63,11 @@ enum TextureID {
TEXTURE_BATTERY_CHARGE,
TEXTURE_QR,
TEXTURE_PREVIEW,
TEXTURE_SELECT_BUTTON, //Add the new select texture
TEXTURE_ICON, // always the last
};
void exit_function(void);
#endif
#endif