pr3y / Bruce

Predatory ESP32 Firmware
https://bruce.computer
GNU Affero General Public License v3.0
507 stars 80 forks source link

Custom GIF viewer in startup #314

Closed Ademolght closed 2 weeks ago

Ademolght commented 2 weeks ago

Feature request. Custom GIF viewer for bruce firmware using jpg frame i think can be done esealy using the jpg view and i also found this repo for GIF viewer with M5stack https://github.com/tobozo/ESP32-GifPlayer

eadmaster commented 2 weeks ago

it should require this library only https://github.com/bitbank2/AnimatedGIF/blob/master/examples/TFT_eSPI_memory/TFT_eSPI_memory.ino https://github.com/bitbank2/AnimatedGIF/blob/master/examples/best_practices_example/best_practices_example.ino

Flipper0 uses a custom file format for animations, but it is B&W only, so i think it's better to stick with standard GIFs: https://github.com/UberGuidoZ/Flipper/tree/main/Graphics/Animations/PYX

Ademolght commented 2 weeks ago

@eadmaster so i close it

eadmaster commented 2 weeks ago

Gif images could also be used as replacement for the current hardcoded menu icons, i'm testing them here:

https://github.com/eadmaster/Bruce/commit/c7e831e654429eb002030f20bff8f87d3109dc09