1. local/github integration module 2. makefile redundancy eliminated
This commit is contained in:
parent
95d732af57
commit
46510619a2
53 changed files with 162 additions and 341 deletions
41
boards/shields/dongle_display/Kconfig.defconfig
Normal file
41
boards/shields/dongle_display/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# Copyright (c) 2024 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if SHIELD_DONGLE_DISPLAY
|
||||
|
||||
choice ZMK_DISPLAY_STATUS_SCREEN
|
||||
default ZMK_DISPLAY_STATUS_SCREEN_CUSTOM
|
||||
endchoice
|
||||
|
||||
config ZMK_DISPLAY_STATUS_SCREEN_CUSTOM
|
||||
select LV_USE_LABEL
|
||||
select LV_USE_IMG
|
||||
select LV_USE_CANVAS
|
||||
select LV_USE_ANIMIMG
|
||||
select LV_USE_ANIMATION
|
||||
select LV_USE_LINE
|
||||
select LV_FONT_UNSCII_8
|
||||
select ZMK_WPM
|
||||
imply ZMK_HID_INDICATORS
|
||||
|
||||
choice ZMK_DISPLAY_WORK_QUEUE
|
||||
default ZMK_DISPLAY_WORK_QUEUE_DEDICATED
|
||||
endchoice
|
||||
|
||||
config LV_Z_MEM_POOL_SIZE
|
||||
default 8192
|
||||
|
||||
config LV_Z_VDB_SIZE
|
||||
default 64
|
||||
|
||||
config LV_DPI_DEF
|
||||
default 148
|
||||
|
||||
config LV_Z_BITS_PER_PIXEL
|
||||
default 1
|
||||
|
||||
choice LV_COLOR_DEPTH
|
||||
default LV_COLOR_DEPTH_1
|
||||
endchoice
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue