Home
last modified time | relevance | path

Searched full:cfb (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-Core-3.7.0/tests/subsys/display/cfb/basic/
Dtestcase.yaml8 - cfb
12 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:
/Zephyr-Core-3.7.0/samples/subsys/display/cfb_shell/
DREADME.rst1 .. zephyr:code-sample:: cfb-shell-sample
5 Use the CFB shell module to interact with a monochrome display.
28 cfb - Character Framebuffer shell commands
49 uart:~$ cfb init
59 uart:~$ cfb get_device
70 uart:~$ cfb get_param all
84 uart:~$ cfb get_fonts
96 uart:~$ cfb set_font 0
105 uart:~$ cfb invert
117 uart:~$ cfb print 60 5 ZEPHYR
[all …]
DCMakeLists.txt6 project(cfb) project
Dsample.yaml6 name: cfb shell sample
/Zephyr-Core-3.7.0/cmake/
Dcfb.cmake3 # These functions can be used to generate a CFB font include file from
8 width # Width of the CFB font elements in pixels
9 height # Height of the CFB font elements in pixels
32 width # Width of the CFB font elements in pixels
33 height # Height of the CFB font elements in pixels
50 width # Width of the CFB font elements in pixels
51 height # Height of the CFB font elements in pixels
/Zephyr-Core-3.7.0/samples/subsys/display/cfb/
Dsample.yaml6 name: cfb sample
8 sample.display.cfb.ssd1306:
12 sample.display.cfb.ssd16xx:
DREADME.rst5 Display character strings using the Character Frame Buffer (CFB).
11 (CFB) subsystem framework.
16 This sample requires a supported board and CFB-supporting
25 :zephyr-app: samples/subsys/display/cfb
DCMakeLists.txt6 project(cfb) project
/Zephyr-Core-3.7.0/scripts/build/
Dgen_cfb_font_header.py18 """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 …]
/Zephyr-Core-3.7.0/subsys/fb/
DKconfig34 module = CFB
35 module-str = cfb
DCMakeLists.txt3 zephyr_sources_ifdef(CONFIG_CHARACTER_FRAMEBUFFER cfb.c)
Dcfb_shell.c16 #include <zephyr/display/cfb.h>
19 #define HELP_INIT "call \"cfb init\" first"
634 SHELL_CMD_REGISTER(cfb, &cfb_cmds, "Character Framebuffer shell commands",
/Zephyr-Core-3.7.0/samples/subsys/display/cfb_custom_font/
DREADME.rst1 .. zephyr:code-sample:: cfb-custom-fonts
9 A simple example showing how to generate Character Framebuffer (CFB)
Dsample.yaml6 name: cfb custom font sample
DCMakeLists.txt6 include(${ZEPHYR_BASE}/cmake/cfb.cmake NO_POLICY_SCOPE)
/Zephyr-Core-3.7.0/tests/subsys/display/cfb/basic/src/
Dcfb_font_rectspace1016_msb.c8 #include <zephyr/display/cfb.h>
Dcfb_font_rectspace1016.c8 #include <zephyr/display/cfb.h>
Dclear.c11 #include <zephyr/display/cfb.h>
Dinvert.c11 #include <zephyr/display/cfb.h>
Dinvert_area.c11 #include <zephyr/display/cfb.h>
Ddraw_line.c11 #include <zephyr/display/cfb.h>
Ddraw_point.c11 #include <zephyr/display/cfb.h>
Ddraw_rect.c11 #include <zephyr/display/cfb.h>
/Zephyr-Core-3.7.0/samples/subsys/display/cfb_custom_font/src/
Dmain.c9 #include <zephyr/display/cfb.h>
/Zephyr-Core-3.7.0/samples/subsys/display/cfb/src/
Dmain.c9 #include <zephyr/display/cfb.h>

12