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've spent the past 44 minutes trying to fix the flipper not being able to communicate with the API, i failed. I have no idea how to get this to work as I get no logs that help me and i doubt i can; FFs o7
I've been mostly fixing stuff today because i couldn't test my stuff before and now i realised that nothing i wrote was correct :pf: anyways now it mostly works even though fastapi says that the http request is invalid; i need to fix that :P
I made the api return a list and now i'm working out on how the flipper can interpret that list!
I made a simple API for now; i'll have to make my Flipper zero interpret the data the api sends correctly though
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