zmk/app/boards/shields/nice_view
invrtd 652b047001
Merge 54bac09bd7 into e34793e8c7
2025-11-17 10:25:53 -08:00
..
widgets Merge 54bac09bd7 into e34793e8c7 2025-11-17 10:25:53 -08:00
CMakeLists.txt feat(nice!view): Custom widgets 2023-07-19 00:13:16 -06:00
Kconfig.defconfig feat(sheild): Nice!view Added flag to rotate custom widget 180 degrees 2024-12-24 22:36:30 -08:00
Kconfig.shield refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
README.md Merge 54bac09bd7 into e34793e8c7 2025-11-17 10:25:53 -08:00
custom_status_screen.c feat(nice!view): Custom widgets 2023-07-19 00:13:16 -06: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

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.

Custom widget

The nice!view shield includes a custom vertical widget.

Profile indicators show the status of the first five BLE profiles using numbers from 1 to 5. The number corresponding to the currently selected profile is drawn in a filled disk and the circle outline around each profile number correspond to the following states:

  • solid outline: connected
  • dashed outline: not connected
  • no outline: not bound

Disable custom widget

To use the built-in ZMK widget instead of the custom nice!view 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

Rotate screen

You can rotate the custom widget by 180 degrees To use add the following item to your .conf file:

CONFIG_NICE_VIEW_ROTATE_180=y