tobozo / M5Stack-SD-Updater

💾 Customizable menu system for M5Stack, M5Unified and ESP32-Chimera-Core - loads apps from the Micro SD card. Easily add you own apps
MIT License
310 stars 42 forks source link

[SD-App] please add captFuture's M5Stack---LedMask #81

Open tobozo opened 4 years ago

tobozo commented 4 years ago

https://github.com/captFuture/M5Stack---LedMask

tobozo commented 4 years ago

The app has been scheduled for rebuild

tobozo commented 4 years ago

pre-hook:

echo "#ifndef logo_h" >> src/font.h; echo "#define logo_h" >> src/font.h; xxd -i data/tml_logo.jpg >> src/font.h;  echo "#endif" >> src/font.h; sed -i 's/M5.Lcd.drawJpgFile(SPIFFS, "\/tml_logo.jpg", 0, 0);/M5.Lcd.drawJpg(data_tml_logo_jpg, data_tml_logo_jpg_len, 0, 0);/g' src/RGBmask.ino; 

post-hook:

#
tobozo commented 4 years ago

Compilation of this package failed, it has been labeled as invalid until the source of the problem is identified and addressed