mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 10:58:36 -07:00
[FL-2475] Text Box add three dots trim option (#1136)
* introduce text box debug application * text box: add strip to dots option * applications: update text box usage Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -165,6 +165,12 @@ CFLAGS += -DAPP_DISPLAY_TEST
|
||||
SRV_GUI = 1
|
||||
endif
|
||||
|
||||
APP_TEXT_BOX_TEST ?= 0
|
||||
ifeq ($(APP_TEXT_BOX_TEST), 1)
|
||||
CFLAGS += -DAPP_TEXT_BOX_TEST
|
||||
SRV_GUI = 1
|
||||
endif
|
||||
|
||||
APP_BATTERY_TEST ?= 0
|
||||
ifeq ($(APP_BATTERY_TEST), 1)
|
||||
CFLAGS += -DAPP_BATTERY_TEST
|
||||
|
||||
Reference in New Issue
Block a user