DIY Logging Volt/Ampmeter
|
Go to the source code of this file.
Macros | |
#define | STM32F1 |
#define | SSD1306_USE_I2C |
#define | SSD1306_I2C_PORT hi2c1 |
#define | SSD1306_I2C_ADDR 0x78 |
#define | SSD1306_INCLUDE_FONT_6x8 |
#define | SSD1306_INCLUDE_FONT_7x10 |
#define | SSD1306_INCLUDE_FONT_11x18 |
#define | SSD1306_INCLUDE_FONT_16x26 |
#define | SSD1306_WIDTH 130 |
#define SSD1306_I2C_ADDR 0x78 |
Definition at line 25 of file ssd1306_conf.h.
#define SSD1306_I2C_PORT hi2c1 |
Definition at line 24 of file ssd1306_conf.h.
#define SSD1306_INCLUDE_FONT_11x18 |
Definition at line 46 of file ssd1306_conf.h.
#define SSD1306_INCLUDE_FONT_16x26 |
Definition at line 47 of file ssd1306_conf.h.
#define SSD1306_INCLUDE_FONT_6x8 |
Definition at line 44 of file ssd1306_conf.h.
#define SSD1306_INCLUDE_FONT_7x10 |
Definition at line 45 of file ssd1306_conf.h.
#define SSD1306_USE_I2C |
Definition at line 20 of file ssd1306_conf.h.
#define SSD1306_WIDTH 130 |
Definition at line 52 of file ssd1306_conf.h.
#define STM32F1 |
Private configuration file for the SSD1306 library. This example is configured for STM32F0, I2C and including all fonts.
Definition at line 11 of file ssd1306_conf.h.