mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 00:59:28 +00:00
GFX EQ App (#2607)
* Make the beginnings of rf3d * Name change... * Add mood button * Remove forced amp settings and add persistent user settings * Fix options bar layout and SettingsManager * Make the background paint to black again after opening fq modal * fix audio/mod/settings and cleaned unneeded parts * Mapped bars to audio spectrum * Improved frequency response... still needs work i think * add on_freqchg to be able to answer to serial frequency change command * Made calculations for 14 bars to fit screen and little adjustments * Visual improvements Co-authored-by: gullradriel
This commit is contained in:
@@ -203,6 +203,10 @@ set(EXTCPPSRC
|
||||
#level
|
||||
external/level/main.cpp
|
||||
external/level/ui_level.cpp
|
||||
|
||||
#gfxEQ
|
||||
external/gfxeq/main.cpp
|
||||
external/gfxeq/ui_gfxeq.cpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
@@ -255,4 +259,5 @@ set(EXTAPPLIST
|
||||
debug_pmem
|
||||
scanner
|
||||
level
|
||||
gfxeq
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user