You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

7 lines
181 B

case CPLD:
LCD_Write_COM_DATA(0x02, y1);
LCD_Write_COM_DATA(0x03, x1);
LCD_Write_COM_DATA(0x06, y2);
LCD_Write_COM_DATA(0x07, x2);
LCD_Write_COM(0x0F);
break;