An open API service indexing awesome lists of open source software.

https://github.com/madladsquad/untitledflipperzero

A partial C++ wrapper around the Flipper Zero C API
https://github.com/madladsquad/untitledflipperzero

flipper-app flipper-plugin flipper-plugins flipper-zero flipperzero

Last synced: about 1 month ago
JSON representation

A partial C++ wrapper around the Flipper Zero C API

Awesome Lists containing this project

README

        

# UntitledFlipperZero
[![FAP: Build and lint](https://github.com/MadLadSquad/UntitledFlipperZero/actions/workflows/ci.yaml/badge.svg)](https://github.com/MadLadSquad/UntitledFlipperZero/actions/workflows/ci.yaml)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![trello](https://img.shields.io/badge/Trello-UDE-blue])](https://trello.com/b/HmfuRY2K/untitleddesktop)
[![Discord](https://img.shields.io/discord/717037253292982315.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/4wgH8ZE)

An partial C++ wrapper around the Flipper Zero C API. It adds the following:

1. Wrapper on top of the GUI service
1. Wrapper on top of the Storage service
1. Additional memory safety
1. Less-verbose interface
1. Easier to start developing with right away
1. Widgets and their callbacks are merged into a single object, greatly simplifying the interface

## Learning
You can learn everything on the [wiki](https://github.com/MadLadSquad/UntitledFlipperZero/wiki/Home).