Loading...
Searching...
No Matches

U8g2 driver for interacting with RIOT-OS peripherals. More...

Detailed Description

U8g2 driver for interacting with RIOT-OS peripherals.

Author
Bas Stottelaar basst.nosp@m.otte.nosp@m.laar@.nosp@m.gmai.nosp@m.l.com
Petr Vyleta vylet.nosp@m.a.de.nosp@m.velop.nosp@m.er@g.nosp@m.mail..nosp@m.com

Definition in file u8x8_riotos.h.

#include "u8x8.h"
#include "periph/gpio.h"
+ Include dependency graph for 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.