1
0
forked from me/IronOS

Patch to fix left handed screen

This commit is contained in:
Ben V. Brown
2017-01-23 20:52:46 +11:00
parent c3d8d246dc
commit fceb81287e
3 changed files with 19 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ u8* Oled_DrawArea(u8 x0, u8 y0, u8 wide, u8 high, u8* ptr);
void Set_ShowPos(u8 x, u8 y);
void Oled_DisplayFlip();
void GPIO_Init_OLED(void);
void Init_Oled(void);
void Init_Oled(uint8_t leftHanded);
u8* Data_Command(u8 len, u8* ptr);
void Clear_Screen(void);//Clear the screen
/*Functions for writing to the screen*/