This adds the shell sample app for the Character Framebuffer testing. cfb - Character Framebuffer shell commands Options: -h, --help :Show command help. Subcommands: init :[none] get_device :[none] get_param :<all, height, width, ppt, rows, cols> get_fonts :[none] set_font :<idx> invert :[none] print :<col: pos> <row: pos> <text> scroll :<dir: (vertical|horizontal)> <col: pos> <row: pos> <text> clear :[none] Signed-off-by: Diego Sueiro <diego.sueiro@gmail.com>
12 lines
232 B
YAML
12 lines
232 B
YAML
common:
|
|
harness: display
|
|
tags: display
|
|
sample:
|
|
description: Character framebuffer shell test
|
|
name: cfb shell sample
|
|
tests:
|
|
test_ssd1306:
|
|
platform_whitelist: frdm_k64f
|
|
test_ssd1673:
|
|
platform_whitelist: reel_board
|