mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2026-08-23 16:39:47 +00:00
* RPC GPS: add stream example, one-shot example Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * RPC network: add examples Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * GUI: add example_canvas_buffer with pixel-collision demo Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
App(
|
|
appid="example_canvas_buffer",
|
|
name="[GUI] 3D cube",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="example_canvas_buffer_app",
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
fap_icon="cube_10px.png",
|
|
fap_category="Examples",
|
|
fap_author="@apfxtech",
|
|
) |