Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/led/
Dht16k33.c56 #define HT16K33_DISP_COLS 8 macro
58 #define HT16K33_DISP_SEGMENTS (HT16K33_DISP_ROWS * HT16K33_DISP_COLS)
167 addr = led / HT16K33_DISP_COLS; in ht16k33_led_set_state()
168 bit = led % HT16K33_DISP_COLS; in ht16k33_led_set_state()