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.
 
 
 
 

10 lines
177 B

case CPLD:
if (orient==LANDSCAPE)
orient = PORTRAIT;
else
orient = LANDSCAPE;
LCD_Write_COM(0x0F);
LCD_Write_COM_DATA(0x01,0x0010);
LCD_Write_COM(0x0F);
break;