Adding support for boot up Logo's (#32)

This brings across a set of commits to support loading boot up images from a specific location in flash. And also creating a generator tool to make files to put images in said position.
This commit is contained in:
Ben V. Brown
2017-07-23 16:54:12 +10:00
committed by GitHub
parent 967d62f826
commit cb8bc643c4
23 changed files with 1123 additions and 392 deletions

View File

@@ -46,4 +46,5 @@ void saveSettings();
void restoreSettings();
uint8_t lookupVoltageLevel(uint8_t level);
void resetSettings();
void showBootLogoIfavailable();
#endif /* SETTINGS_H_ */