Searched refs:ft8xx (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/samples/drivers/misc/ft800/src/ |
| D | main.c | 37 const struct device *ft8xx = DEVICE_DT_GET_ONE(ftdi_ft800); in main() local 42 if (!device_is_ready(ft8xx)) { in main() 48 ft8xx_calibrate(ft8xx, &tt); in main() 51 ft8xx_register_int(ft8xx, touch_irq, NULL); in main() 59 ft8xx_copro_cmd_dlstart(ft8xx); in main() 60 ft8xx_copro_cmd(ft8xx, FT8XX_CLEAR_COLOR_RGB(0x00, 0x00, 0x00)); in main() 61 ft8xx_copro_cmd(ft8xx, FT8XX_CLEAR(1, 1, 1)); in main() 64 ft8xx_copro_cmd(ft8xx, FT8XX_COLOR_RGB(0xf0, 0xf0, 0xf0)); in main() 67 ft8xx_copro_cmd_number(ft8xx, 20, 20, 29, FT8XX_OPT_SIGNED, cnt); in main() 71 ft8xx_copro_cmd_text(ft8xx, 20, 70, 30, 0, "Hello,"); in main() [all …]
|
| /Zephyr-latest/drivers/misc/ft8xx/ |
| D | CMakeLists.txt | 6 ft8xx.c
|
| D | ft8xx.c | 27 LOG_MODULE_REGISTER(ft8xx, CONFIG_DISPLAY_LOG_LEVEL);
|
| /Zephyr-latest/drivers/misc/ |
| D | CMakeLists.txt | 4 add_subdirectory_ifdef(CONFIG_FT800 ft8xx)
|
| D | Kconfig | 8 source "drivers/misc/ft8xx/Kconfig"
|
| /Zephyr-latest/doc/releases/ |
| D | migration-guide-4.1.rst | 327 * All the functions in the ft8xx driver take an additional ``const struct *device`` parameter 331 :zephyr_file:`include/zephyr/drivers/misc/ft8xx/ft8xx_reference_api.h` file, which translate the 337 Additionally, the signature of the ft8xx interrupt handler has changed to include the
|