frame-codebase
frame-codebase copied to clipboard
The complete codebase for Frame
Frame firmware: v24.276.1359 First mentioned by **halfprice06** in Discord: https://discord.com/channels/963222352534048818/1242455966713253979/1293032517997432894 I reproduced the same on when I get audio data from the Frame mic: https://github.com/CitizenOneX/frame_audio_clip In this app, recording is...
If we could provide a (positive integer) x_scale and y_scale optionally to draw sprites (and text), it would bring a few benefits: - sprite storage on Frame could reduce by...
lz4 decoding is already present on Frame, but at the time of writing doesn't seem to be available to call from Lua. Some kinds of data that we send from...
IMU code for heading is missing (see TODO). https://github.com/brilliantlabsAR/frame-codebase/blob/2e2a01ef91b7bc854987e0e7c35d117830ac3371/source/application/lua_libraries/imu.c#L170 Please complete the code for heading.