Johann Fischer
fc57ea8d3c
drivers: ssd1673: rename driver to ssd16xx
...
ssd1673 driver supports different controllers,
rename it to more generic ssd16xx.
Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2019-07-04 07:27:09 -04:00
Carles Cufi
997ef85ea9
doc: Clean up build instructions and use of variables
...
Remove most unnecessary instances of `export` and `cmake` use that can
instead be replaced with `zephyr-app-commands` or similar. This is to
avoid documentation using different mechanisms to describe the same
actions and in preparation for documenting `west build` everywhere.
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2019-02-21 11:46:45 +01:00
David B. Kinder
882702e688
doc: fix misspellings in docs
...
Fix misspelling in boards, samples, and doc missed during regular
reviews.
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2019-02-19 21:35:45 -05:00
Diego Sueiro
b419297fed
samples/display: Introduce the cfb_shell sample app
...
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>
2018-12-07 10:21:02 -05:00
Anas Nashif
40eb3a5869
Revert "samples/display: Introduce the cfb_shell sample app"
...
This reverts commit 48f493208b
.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-12-06 11:39:44 -05:00
Diego Sueiro
48f493208b
samples/display: Introduce the cfb_shell sample app
...
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>
2018-12-06 09:55:15 -05:00