M5Stack-SD-Updater icon indicating copy to clipboard operation
M5Stack-SD-Updater copied to clipboard

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

Open tobozo opened this issue 6 years ago • 3 comments

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

tobozo avatar Oct 02 '19 11:10 tobozo

The app has been scheduled for rebuild

tobozo avatar Oct 02 '19 11:10 tobozo

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 avatar Oct 02 '19 13:10 tobozo

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

tobozo avatar Nov 07 '19 10:11 tobozo