zmk/app/boards/shields/nice_view
Joel Spadin d4e8dee444 refactor(keymaps): Rename layer label to "display-name"
Changed the property used to define a layer name for displays from
"label" (which affects other things in Zephyr and is deprecated) to
"display-name". (It cannot be named simply "name", because that has
special meaning in newer versions of the devicetree compiler.)

"label" is still supported as a fallback, so no changes need to be made
to existing keymaps.
2023-12-04 20:06:54 -06:00
..
widgets refactor(keymaps): Rename layer label to "display-name" 2023-12-04 20:06:54 -06:00
CMakeLists.txt feat(nice!view): Custom widgets 2023-07-19 00:13:16 -06:00
custom_status_screen.c feat(nice!view): Custom widgets 2023-07-19 00:13:16 -06:00
Kconfig.defconfig feat(nice!view): Custom widgets 2023-07-19 00:13:16 -06:00
Kconfig.shield refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
nice_view.conf feat(nice!view): Custom widgets 2023-07-19 00:13:16 -06:00
nice_view.overlay refactor: Remove unimportant labels 2023-12-04 20:06:54 -06:00
nice_view.zmk.yml feature(shields): Add nice!view 2022-09-29 21:11:26 -04:00
README.md feat(nice!view): Custom widgets 2023-07-19 00:13:16 -06:00

nice!view

The nice!view is a low-power, high refresh rate display meant to replace I2C OLEDs traditionally used.

This shield requires that an &nice_view_spi labeled SPI bus is provided with at least MOSI, SCK, and CS pins defined.

Disable custom widget

The nice!view shield includes a custom vertical widget. To use the built-in ZMK one, add the following item to your .conf file:

CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y
CONFIG_ZMK_LV_FONT_DEFAULT_SMALL_MONTSERRAT_26=y
CONFIG_LV_FONT_DEFAULT_MONTSERRAT_26=y