Home
last modified time | relevance | path

Searched defs:font (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_copro.c78 int16_t font, in ft8xx_copro_cmd_text()
119 int16_t font, in ft8xx_copro_cmd_number()
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py72 import tkFont as font namespace
79 import tkinter.font as font namespace
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_reference_api.h190 int16_t font, in cmd_text()
217 int16_t font, in cmd_number()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dreel_board.c102 static size_t get_len(enum font_size font, const char *text) in get_len()