Searched full:cfb (Results 1 – 25 of 36) sorted by relevance
12
8 - cfb12 display.cfb.basic.mono01:17 display.cfb.basic.mono10:22 display.cfb.basic.mono01.lsbfirst:28 display.cfb.basic.mono10.lsbfirst:34 display.cfb.basic.mono01.msbfirst_font:40 display.cfb.basic.mono10.msbfirst_font:46 display.cfb.basic.mono01.lsbfirst.msbfirst_font:53 display.cfb.basic.mono10.lsbfirst.msbfirst_font:
1 .. zephyr:code-sample:: cfb-shell-sample5 Use the CFB shell module to interact with a monochrome display.28 cfb - Character Framebuffer shell commands49 uart:~$ cfb init59 uart:~$ cfb get_device70 uart:~$ cfb get_param all84 uart:~$ cfb get_fonts96 uart:~$ cfb set_font 0105 uart:~$ cfb invert117 uart:~$ cfb print 60 5 ZEPHYR[all …]
6 project(cfb) project
6 name: cfb shell sample
3 # These functions can be used to generate a CFB font include file from8 width # Width of the CFB font elements in pixels9 height # Height of the CFB font elements in pixels32 width # Width of the CFB font elements in pixels33 height # Height of the CFB font elements in pixels50 width # Width of the CFB font elements in pixels51 height # Height of the CFB font elements in pixels
6 name: cfb sample8 sample.display.cfb.ssd1306:12 sample.display.cfb.ssd16xx:
5 Display character strings using the Character Frame Buffer (CFB).11 (CFB) subsystem framework.16 This sample requires a supported board and CFB-supporting25 :zephyr-app: samples/subsys/display/cfb
18 """Generate CFB font element for a given character code from an image"""135 """Generate CFB font header file"""170 #include <zephyr/display/cfb.h>207 description="Character Frame Buffer (CFB) font header file generator",216 help="dump generated CFB font elements as images for preview")234 help="CFB font header file (default: stdout)")240 help="width of the CFB font elements in pixels")243 help="height of the CFB font elements in pixels")246 help="name of the CFB font entry (default: %(default)s)")249 help="character code mapped to the first CFB font element (default: %(default)s)")[all …]
34 module = CFB35 module-str = cfb
3 zephyr_sources_ifdef(CONFIG_CHARACTER_FRAMEBUFFER cfb.c)
16 #include <zephyr/display/cfb.h>19 #define HELP_INIT "call \"cfb init\" first"634 SHELL_CMD_REGISTER(cfb, &cfb_cmds, "Character Framebuffer shell commands",
1 .. zephyr:code-sample:: cfb-custom-fonts9 A simple example showing how to generate Character Framebuffer (CFB)
6 name: cfb custom font sample
6 include(${ZEPHYR_BASE}/cmake/cfb.cmake NO_POLICY_SCOPE)
8 #include <zephyr/display/cfb.h>
11 #include <zephyr/display/cfb.h>
9 #include <zephyr/display/cfb.h>