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>
10 lines
137 B
C
10 lines
137 B
C
/*
|
|
* Copyright (c) 2018 Diego Sueiro
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <logging/log.h>
|
|
|
|
LOG_MODULE_REGISTER(app);
|