Added new deemphasis mode + new image widget

This commit is contained in:
AlexandreRouma
2021-12-18 21:23:23 +01:00
parent 5483268f8f
commit f1a231b791
5 changed files with 252 additions and 19 deletions

View File

@ -6,6 +6,7 @@
#include <utils/event.h>
enum DeemphasisMode {
DEEMP_MODE_22US,
DEEMP_MODE_50US,
DEEMP_MODE_75US,
DEEMP_MODE_NONE,