Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Clock, music player, snake game from firmware repo (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Astra <[email protected]>
Co-authored-by: あく <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2023
1 parent 19cc230 commit fca2fde
Show file tree
Hide file tree
Showing 1,007 changed files with 397 additions and 296,055 deletions.
7 changes: 7 additions & 0 deletions .catalog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Music Player

This is a simple music player that can play music using the Flipper Zero's speaker.

The music player supports the Flipper Music Format (FMF), which is similar to RTTL. You can find a sample song in the /apps_data/music_player folder on your SD card. It is a text file that you can open using any text editor on your computer. You can also find more songs on our [Community Forum](https://forum.flipper.net/t/music-player-songs/2715/35).

The volume can be adjusted using the UP and DOWN buttons on the D-pad.
Binary file added .catalog/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .catalog/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions .github/CODEOWNERS

This file was deleted.

13 changes: 0 additions & 13 deletions .github/pull_request_template.md

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/build.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions ReadMe.md

This file was deleted.

18 changes: 18 additions & 0 deletions application.fam
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
App(
appid="music_player",
name="Music Player",
apptype=FlipperAppType.EXTERNAL,
entry_point="music_player_app",
requires=[
"gui",
"dialogs",
],
stack_size=2 * 1024,
targets=["f7"],
fap_version="1.0",
fap_icon="icons/music_10px.png",
fap_category="Media",
fap_description="An app to play RTTL music files",
fap_icon_assets="icons",
fap_libs=["music_worker"],
)
65 changes: 0 additions & 65 deletions avr_isp_programmer/.catalog/README.md

This file was deleted.

Binary file removed avr_isp_programmer/.catalog/screenshots/1.png
Binary file not shown.
Binary file removed avr_isp_programmer/.catalog/screenshots/2.png
Binary file not shown.
Binary file removed avr_isp_programmer/.catalog/screenshots/3.png
Binary file not shown.
Binary file removed avr_isp_programmer/.catalog/screenshots/4.png
Binary file not shown.
Binary file removed avr_isp_programmer/.catalog/screenshots/5.png
Binary file not shown.
18 changes: 0 additions & 18 deletions avr_isp_programmer/application.fam

This file was deleted.

Binary file removed avr_isp_programmer/avr_app_icon_10x10.png
Binary file not shown.
179 changes: 0 additions & 179 deletions avr_isp_programmer/avr_isp_app.c

This file was deleted.

Loading

0 comments on commit fca2fde

Please sign in to comment.