mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-09-18 01:42:26 -07:00
switch to setup for Arduino Boards Manager
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
case ILI9325D_16ALT:
|
||||
LCD_Write_COM_DATA(0x20,x1);
|
||||
LCD_Write_COM_DATA(0x21,y1);
|
||||
LCD_Write_COM_DATA(0x50,x1);
|
||||
LCD_Write_COM_DATA(0x52,y1);
|
||||
LCD_Write_COM_DATA(0x51,x2);
|
||||
LCD_Write_COM_DATA(0x53,y2);
|
||||
LCD_Write_COM(0x22);
|
||||
break;
|
Reference in New Issue
Block a user