ssd1289 fix
This commit is contained in:
parent
3e75dfd965
commit
ef1197baf1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#ifdef LCD_USE_SSD1289
|
#ifdef LCD_USE_SSD1289
|
||||||
|
|
||||||
uint8_t orientation;
|
uint8_t orientation;
|
||||||
extern uint16_t DeviceCode;
|
uint16_t DeviceCode;
|
||||||
extern uint16_t lcd_width, lcd_height;
|
extern uint16_t lcd_width, lcd_height;
|
||||||
|
|
||||||
static __inline void lcdWriteIndex(uint16_t index) {
|
static __inline void lcdWriteIndex(uint16_t index) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue