Subversion Repositories Code-Repo

Rev

Rev 129 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 129 Rev 147
Line 1... Line 1...
1
#ifndef OLED_SSD1331_H
1
#ifndef OLED_SSD1331_H
2
#define	OLED_SSD1331_H
2
#define	OLED_SSD1331_H
3
 
3
 
4
#define SSD1331_LCDWIDTH        96
4
#define SSD1331_LCDWIDTH        96
5
#define SSD1331_LCDHEIGHT       64
5
#define SSD1331_LCDHEIGHT       64
6
#define SSD1331_STRING_BUFFER_SIZE          32
6
#define SSD1331_STRING_BUFFER_SIZE          64
7
 
7
 
8
// Select one of these defines to set the pixel color order
8
// Select one of these defines to set the pixel color order
9
#define SSD1331_COLORORDER_RGB
9
#define SSD1331_COLORORDER_RGB
10
// #define SSD1331_COLORORDER_BGR
10
// #define SSD1331_COLORORDER_BGR
11
 
11