This commit introduces a new sample for the Auxiliary display driver. The sample demonstrates counting from 0 to 1000, with an interval of 100ms between each increment. This sample primarily serves to demonstrate the capabilities of segment displays. Signed-off-by: Chen Xingyu <hi@xingrz.me>
12 lines
292 B
YAML
12 lines
292 B
YAML
sample:
|
|
description: Demonstration of auxdisplay driver for segment displays
|
|
name: Auxiliary (segment) display sample
|
|
tests:
|
|
sample.drivers.auxdisplay_digits:
|
|
tags: auxdisplay
|
|
platform_allow:
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|
|
build_only: true
|