L152 discovery board and LCD DisplayString enables bars
guess found the answer myself. the lcd bar segment can be contol the following way:
extern uint8_t LCDBar;
LCDBar = n; n = 0...4
![]() |
Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications. Main features:
For more details, visit the Zephyr Workbench |
guess found the answer myself. the lcd bar segment can be contol the following way:
extern uint8_t LCDBar;
LCDBar = n; n = 0...4