Merge branch 'ssd1306_spi_update' of https://github.com/Zaltora/esp-open-rtos.git into ssd1306_spi_update
This commit is contained in:
commit
5b81e4b9bd
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@
|
||||||
#define SH1106_SET_LOW_COL_ADDR (0x00)
|
#define SH1106_SET_LOW_COL_ADDR (0x00)
|
||||||
#define SH1106_SET_HIGH_COL_ADDR (0x10)
|
#define SH1106_SET_HIGH_COL_ADDR (0x10)
|
||||||
|
|
||||||
|
#define SH1106_SET_PAGE_ADDRESS (0xB0)
|
||||||
|
#define SH1106_SET_LOW_COL_ADDR (0x00)
|
||||||
|
#define SH1106_SET_HIGH_COL_ADDR (0x10)
|
||||||
|
|
||||||
#ifdef SSD1306_DEBUG
|
#ifdef SSD1306_DEBUG
|
||||||
#define debug(fmt, ...) printf("%s: " fmt "\n", "SSD1306", ## __VA_ARGS__)
|
#define debug(fmt, ...) printf("%s: " fmt "\n", "SSD1306", ## __VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue