Default configuration. More...
Default configuration.
Definition in file u8g2_display_params.h.
#include "board.h"#include "u8g2_display.h"#include "periph/i2c.h"#include "periph/spi.h"#include "periph/gpio.h"
Include dependency graph for u8g2_display_params.h:Go to the source code of this file.
Macros | |
| #define | U8G2_DISPLAY_PARAM_SCREEN_IDS 0 |
| Default screen identifiers. | |
Variables | |
| static const u8g2_display_params_t | u8g2_display_params [] |
| Configuration struct. More... | |
| static const uint8_t | u8g2_display_screen_ids [] |
| Configure screen identifiers. More... | |
Default configuration parameters for u8g2 displays | |
| #define | U8G2_DISPLAY_PARAM_DEV I2C_DEV(0) |
| Default I2C or SPI device. More... | |
| #define | U8G2_DISPLAY_PARAM_I2C_ADDR (0x3c) |
| Default I2C address. More... | |
| #define | U8G2_DISPLAY_PARAM_PIN_CS GPIO_UNDEF |
| Default SPI CS pin. More... | |
| #define | U8G2_DISPLAY_PARAM_PIN_DC GPIO_UNDEF |
| Default SPI D/C pin. More... | |
| #define | U8G2_DISPLAY_PARAM_PIN_RESET GPIO_UNDEF |
| Default SPI Reset pin. More... | |
| #define | U8G2_DISPLAY_PARAM_INIT_FUNCTION u8g2_Setup_ssd1306_i2c_128x64_noname_f |
| Default U8G2 initialization function. More... | |
| #define | U8G2_DISPLAY_PARAMS |
| Default configuration struct. More... | |