This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
223723e8a9
zephyr
/
samples
/
display
/
cfb_shell
/
boards
/
reel_board.conf
3 lines
30 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-11-15 16:41:57 +08:00
CONFIG_SPI=y
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 05:40:38 +08:00
CONFIG_SSD16XX=y