Skip to content

Commit

Permalink
LilTracker: allow to set waveform in any event (SID 6581/8580 feature) (
Browse files Browse the repository at this point in the history
#102)

keira: liltracker: add waveform icons
keira: liltracker: add waveform to each event (SID-like)
keira: liltracker: add waveform icons font
  • Loading branch information
and3rson authored Apr 14, 2024
1 parent d374787 commit 85b6525
Show file tree
Hide file tree
Showing 30 changed files with 2,174 additions and 190 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ icons:
-not \( -name SimpleFTPServer -prune \) \
-not \( -name *splash* -prune \) \
-not \( -name *weather* -prune \) \
-iname *.png \
-iname '*.png' \
-exec $(IMAGE2CODE) {} \;

.PHONY: check
Expand Down
2 changes: 0 additions & 2 deletions firmware/keira/src/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
keira_splash.h linguist-generated
apps/icons/*.h linguist-generated
apps/weather/icons/*.h linguist-generated
1 change: 1 addition & 0 deletions firmware/keira/src/apps/icons/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.h linguist-generated
2 changes: 1 addition & 1 deletion firmware/keira/src/apps/liltracker/effects.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <stdint.h>

typedef enum {
typedef enum : uint8_t {
EFFECT_TYPE_NONE,
EFFECT_TYPE_ARPEGGIO, // NES: 00xy
EFFECT_TYPE_VIBRATO, // NES: 04xy
Expand Down
1 change: 1 addition & 0 deletions firmware/keira/src/apps/liltracker/icons/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.h linguist-generated
Loading

0 comments on commit 85b6525

Please sign in to comment.