Control my Flipper Zero's screen and speaker :3
Inspired by https://lcd.edwardh.dev
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I made the api return a list and now i'm working out on how the flipper can interpret that list!
heres what i did before realising i didnt have wakatime installed:
Test sample requests with HTTP to figure stuff out
and after:
figure out how json parsing works
So I did a thing where it draws all the lines based on one list; ill just have to update this to have different rows soon
So I got FlipperHTTP and now i'm trying to figure out how I can get it to execute a function when i receive a request; so basically listen.
I've spent way too long figuring out C loops and then I tested how performant it was in rendering all the pixels 1 by 1; visibly it should be fine :yay:
I've been trying to figure out C and how all of the flipper stuff works; went with C switched to JS and switched back to C because I need canvas and vibrations and sounds ect