Graphic Display v1.0.0
Control any mochrome display, with any microcontroller, in any amount.
Loading...
Searching...
No Matches
ssd1306_defs.h
Go to the documentation of this file.
1/*
2 * ssd1306_defs.h
3 *
4 * Created on: Jun 29, 2024
5 * Author: pablo-jean
6 */
7
8#ifndef DRIVERS_SSD1306_SSD1306_DEFS_H_
9#define DRIVERS_SSD1306_SSD1306_DEFS_H_
10
11/*
12 * Macros
13 */
14
15#define SSD1306_REG_DATA (0x40)
16#define SSD1306_REG_COMMAND (0x00)
17
18#endif /* DRIVERS_SSD1306_SSD1306_DEFS_H_ */