Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
536 B

# Copyright (c) 2025 MASSDRIVER EI (massdriver.space)
# SPDX-License-Identifier: Apache-2.0
menuconfig ST7567
bool "ST7567 display controller"
default y
depends on DT_HAS_SITRONIX_ST7567_ENABLED
select I2C if $(dt_compat_on_bus,$(DT_COMPAT_SITRONIX_ST7567),i2c)
select SPI if $(dt_compat_on_bus,$(DT_COMPAT_SITRONIX_ST7567),spi)
help
Enable driver for ST7567 display controller.
if ST7567
config ST7567_DEFAULT_CONTRAST
int "ST7567 default contrast"
default 8
range 0 15
help
ST7567 default contrast.
endif # ST7567