Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 121 → Rev 128

/PIC Stuff/PIC_27J13/oled_ssd1306.c
77,7 → 77,7
#endif
};
#else
static unsigned char LCD_Buffer[1];
static unsigned char *LCD_Buffer;
#endif
 
void SSD1306_Init() {