Commit Graph

7 Commits

Author SHA1 Message Date
Nic Limper
8410eb0a53 timing improvements and bugfixes 2023-02-09 19:40:55 +01:00
Nic Limper
a752927f50 bugfixes 2023-02-07 12:54:33 +01:00
Nic Limper
a89563a0bb spiffseditor improvements
- spiffseditor improvements
- moved some files around in Littlefs-partition
- small fixes
*** Watch out: also upload the new /data folder to the file system. All existing files will be deleted. If you want to keep the database, download tagDB.json first.
2023-02-02 20:21:07 +01:00
Nic Limper
bee55fb995 bugfixes and memory optimizations 2023-02-02 01:50:55 +01:00
Nic Limper
a0f7c84d30 big webpage overhaul
(not production ready yet, but feel free to try!)
2023-02-01 19:33:52 +01:00
Nic Limper
2fbb77bc34 jpeg2bmp, bmp2grays, refactor website
- new webpage to manage tags (work in progress), gets rid of jquery ;-)
- built in jpg and 24bpp bmp converter. the jpeg-converter auto-rotates the image, so uploading a 296x128px jpeg for a 2.9" tag is fine now. 24bpp bmp is also fine, but no autorotation (more complex, and imho unnecessary)
- changed websockets communication to json
- small fixes and cleanup
2023-01-29 22:39:38 +01:00
Nic Limper
1d24b563d7 added image handling
- bmp2grays to convert 24 bits BMP to 2 bits
- spr2grays to create image using tft_espi library
2023-01-28 19:16:30 +01:00