Implementation of display device generic API for U8G2 monochrome displays.
More...
Implementation of display device generic API for U8G2 monochrome displays.
For more information on how to use this module, refer to U8G2 graphic library for monochome displays.
|
typedef void(* | u8g2_init_function_t) (u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb) |
| Function pointer type for u8g2 initialization functions. More...
|
|
◆ u8g2_init_function_t
typedef void(* u8g2_init_function_t) (u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb) |
◆ u8g2_display_init()
Initialize a monochrome u8g2 display device.
- Parameters
-
[in,out] | dev | Device descriptor of the driver |
[in] | params | Initialization parameters |
- Return values
-
- Precondition
dev
must not be NULL
-
params
must not be NULL