U8g2 driver for interacting with RIOT-OS peripherals. More...
U8g2 driver for interacting with RIOT-OS peripherals.
Definition in file u8x8_riotos.h.
Go to the source code of this file.
Data Structures | |
struct | u8x8_riotos_t |
Holds RIOT-OS specific peripheral data. More... | |
Functions | |
uint8_t | u8x8_gpio_and_delay_riotos (u8x8_t *u8g2, uint8_t msg, uint8_t arg_int, void *arg_ptr) |
To be used as the u8x8_msg_cb as gpio_and_delay_cb in u8x8_Setup() for use with RIOT-OS. | |
uint8_t | u8x8_byte_hw_spi_riotos (u8x8_t *u8g2, uint8_t msg, uint8_t arg_int, void *arg_ptr) |
To be used as the u8x8_msg_cb as gpio_and_delay_cb in u8x8_Setup() for use with RIOT-OS. | |
uint8_t | u8x8_byte_hw_i2c_riotos (u8x8_t *u8g2, uint8_t msg, uint8_t arg_int, void *arg_ptr) |
To be used as the u8x8_msg_cb as gpio_and_delay_cb in u8x8_Setup() for use with RIOT-OS. | |