Home
last modified time | relevance | path

Searched refs:IST3931_CMD_FRAME_CONTROL (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/display/
Ddisplay_ist3931.h16 #define IST3931_CMD_FRAME_CONTROL 0xb2 macro
Ddisplay_ist3931.c88 uint8_t cmd_buf[3] = {IST3931_CMD_FRAME_CONTROL, config->fr & 0x00FF, config->fr >> 8}; in ist3931_set_fr()