mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 23:46:28 +00:00
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>
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
CONFIG_BOOT_BANNER=n
|
|
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_CHARACTER_FRAMEBUFFER=y
|
|
CONFIG_SHELL=y
|
|
CONFIG_CHARACTER_FRAMEBUFFER_SHELL=y
|