U8g2 driver for interacting with RIOT-OS peripherals.
More...
#include "u8x8.h"
#include "periph/gpio.h"
Go to the source code of this file.
|
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.
|
|