es: FlipperZero | Guía de definitiva para compilar apps en FlipperZero
es: Descargo de responsabilidad
Use at your own risk. I am not responsible for any damage that may be caused to your device.
es: Úselo bajo su propio riesgo. No soy responsable de ningún daño que pueda causar a su dispositivo.
es: En esta nueva versión:
beta: 3.0.0
Users can now longpress and shortpress with an indicator on the screen.
es: Los usuarios ahora pueden mantener presionado y presionar brevemente con un indicador en la pantalla.
git clone --recursive https://github.com/DarkFlippers/unleashed-firmware
The go to the folder
es: Luego ve a la carpeta.
cd unleashed-firmware
Execute ./fbt
es: Ejecuta ./fbt
.
./fbt
Then you will see this log on console log from the log
es: Luego verás este registro en el registro de la consola desde el log.
We put the code inside the folder applications_user/my_first_app.
es: Ponemos el código dentro de la carpeta applications_user/mi_primera_app.
Inside my_first_app we add 2 files:
es: Dentro de mi primera app "button" agregamos 2 archivos:
Now we can compile the app:
es: Ahora podemos compilar la aplicación:
./fbt fap_dist
Then you will see this log on console log from the log
es: Luego verás este registro en el registro de la consola desde el log.
If you don't see latest
it's because latest -> ./unleashed-firmware/build/f7-firmware-D
D:/unleashed-firmware/build/latest/.extapps/my_first_app.fap
will need to drag and drop to the qFlipper.
Then we go to the FlipperZero device, Applications Examples
folder and we will see the app.
es: Luego vamos al dispositivo FlipperZero, a la carpeta de Ejemplos
de Aplicaciones y veremos la aplicación.
? my_first_app
We click on it and we will see the app running.
es: Hacemos clic en ella y veremos la aplicación en funcionamiento.
If you want to clean to compile later, you can do it with:
es: Si quieres limpiar para compilar más tarde, puedes hacerlo con:
./fbt -c fap_my_first_app
And then you perform that action:
es: Y luego realizas esa acción:
./fbt fap_dist
Now the file, at Feb 2024, I found it in
dist\f7-D\apps\user\button.fap
On tap, any button it interacts, with this you can create a 🐉 dragon game or an app using this features ✨!
es: En tocar, cualquier botón interactúa, con esto puedes crear un juego de 🐉 dragones o una aplicación que use estas características ✨!
Here you have the DRAGON Graphics Engine. The idea behind my developments is to encourage the community to program their apps, either inspired by my code via forks, or because they want to contribute directly to me.
es: Aquí tenéis al DRAGON Graphics Motor. La idea que hay detrás de mis desarrollos es enfatizar a la comunidad a que programen sus apps, a partir de la inspiración de mi codigo, ya sea por forks o bien porque quieran contribuir directamente conmigo.