Changes from review.

This commit is contained in:
Joshua Whitley 2022-06-29 13:30:13 -05:00 committed by Joshua Whitley
parent f9f93d3fea
commit 0d6e2718ee
2 changed files with 1 additions and 7 deletions

View file

@ -31,12 +31,6 @@ endif # ZMK_DISPLAY
if LVGL if LVGL
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES_MAX
default 32
config LVGL_VDB_SIZE config LVGL_VDB_SIZE
default 64 default 64

View file

@ -23,7 +23,7 @@
spi-max-frequency = <4000000>; spi-max-frequency = <4000000>;
/* WS2812 */ /* WS2812 */
chain-length = <16>; /* number of LEDs */ chain-length = <37>; /* number of LEDs */
spi-one-frame = <0x70>; spi-one-frame = <0x70>;
spi-zero-frame = <0x40>; spi-zero-frame = <0x40>;