Flipper Control

Flipper Control

7 devlogs
3h 59m
Created by Venco

Control my Flipper Zero's screen and speaker :3
Inspired by https://lcd.edwardh.dev

Timeline

Earned sticker

I made the api return a list and now i'm working out on how the flipper can interpret that list!

Update attachment
Earned sticker

I made a simple API for now; i'll have to make my Flipper zero interpret the data the api sends correctly though

Update attachment
Earned sticker

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

Update attachment
Earned sticker

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

Update attachment
Earned sticker

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.

Update attachment
Earned sticker

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:

Update attachment
Earned sticker
Venco
Venco
1h 14m 12 days ago

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

Update attachment