zephyr/samples/display
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
..
cfb dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
cfb_custom_font samples: display: add sample for demonstrating custom CFB font 2018-11-28 11:46:00 +01:00
cfb_shell samples/display: Introduce the cfb_shell sample app 2018-12-07 10:21:02 -05:00
grove_display samples: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
ili9340 samples: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
display.rst