Skip to content

Commit d03b18e

Browse files
firmware: Import STM FingerTipS touchscreen firmware
Change-Id: I7cdce8654bfd14f8d2bbb4833703c62ac4fa2eef
1 parent 60d7d56 commit d03b18e

File tree

4 files changed

+20429
-0
lines changed

4 files changed

+20429
-0
lines changed

firmware/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ fw-external-y := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE))
2121
# accurate. In the latter case it doesn't matter -- it'll use $(fw-shipped-all).
2222
# But be aware that the config file might not be included at all.
2323
fw-shipped-$(CONFIG_TOUCHSCREEN_GOODIX_GTX8) += goodix_gt9886_cfg_f11.bin goodix_gt9886_fw_f11.bin
24+
fw-shipped-$(CONFIG_TOUCHSCREEN_ST_FTS_V521) += st_fts_f1.ftb st_fts.ftb st_fts_e5.ftb
2425

2526
fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-)
2627

0 commit comments

Comments
 (0)