mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-04-28 23:59:01 -07:00
11 lines
244 B
C
11 lines
244 B
C
![]() |
case ILI9320_8:
|
||
|
case ILI9320_16:
|
||
|
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;
|