Subversion Repositories chibiosIgnition

Rev

Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 14
Line 36... Line 36...
36
    SSD1306_128_64  128x64 pixel display
36
    SSD1306_128_64  128x64 pixel display
37
 
37
 
38
    SSD1306_128_32  128x32 pixel display
38
    SSD1306_128_32  128x32 pixel display
39
 
39
 
40
    -----------------------------------------------------------------------*/
40
    -----------------------------------------------------------------------*/
41
        #define SSD1306_132_64
41
        #define SSD1306_128_64
42
/*=========================================================================*/
42
/*=========================================================================*/
43
 
43
 
44
#if defined SSD1306_128_64 && defined SSD1306_128_32
44
#if defined SSD1306_128_64 && defined SSD1306_128_32
45
  #error "Only one SSD1306 display can be specified at once in SSD1306.h"
45
  #error "Only one SSD1306 display can be specified at once in SSD1306.h"
46
#endif
46
#endif