Skip to content

Commit a3d8f11

Browse files
committed
vfx: update defaults
1 parent b499c8a commit a3d8f11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/inc/user/vfx.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515

1616
#define FFT_N 128
1717

18-
#define DEFAULT_VFX_MODE 0x0F
19-
#define DEFAULT_VFX_SCALE_FACTOR 192
18+
#define DEFAULT_VFX_MODE 0x0F
19+
#define DEFAULT_VFX_SCALE_FACTOR 0xFF
2020

2121
#ifndef CONFIG_VFX_OUTPUT_CUBE0414
2222
#define DEFAULT_VFX_LIGHTNESS 0x00FF
2323
#else
2424
#define DEFAULT_VFX_LIGHTNESS 0x006F
2525
#endif
2626

27-
#define DEFAULT_VFX_BACKLIGHT 255
27+
#define DEFAULT_VFX_BACKLIGHT 0xFF
2828

2929
struct vfx_conf {
3030
uint8_t mode;

0 commit comments

Comments
 (0)