commit | dc4e259ddedfad9d93b8244acd93bcbfb6aab56f | [log] [tgz] |
---|---|---|
author | Chen Xingyu <hi@xingrz.me> | Sat Feb 03 20:29:21 2024 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri May 09 21:08:32 2025 +0200 |
tree | 4d2434ce1d9d6e7a7fc9eecb7891edce1fbcbfe7 | |
parent | 5be38c69961b15622845c4060b4aca59109c1d8e [diff] |
samples: drivers: Add auxdisplay_digits sample 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>