Add visualizer
A generic visualizer that supports animations. There's a few predefined keyframe types included, and more can be added by the user.
This commit is contained in:
@@ -23,11 +23,13 @@
|
||||
GFXLIB = $(VISUALIZER_DIR)/ugfx
|
||||
ifdef LCD_ENABLE
|
||||
include $(GFXLIB)/gfx.mk
|
||||
OPT_DEFS += -DLCD_ENABLE
|
||||
endif
|
||||
SRC += $(GFXSRC)
|
||||
SRC += $(GFXSRC) $(VISUALIZER_DIR)/visualizer.c
|
||||
INC += $(GFXINC) $(VISUALIZER_DIR)
|
||||
|
||||
ifdef LCD_BACKLIGHT_ENABLE
|
||||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
||||
SRC += lcd_backlight_hal.c
|
||||
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
|
||||
endif
|
||||
|
Reference in New Issue
Block a user