PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
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
237B

  1. case S6D0164:
  2. LCD_Write_COM_DATA(0x36,x2);
  3. LCD_Write_COM_DATA(0x37,x1);
  4. LCD_Write_COM_DATA(0x38,y2);
  5. LCD_Write_COM_DATA(0x39,y1);
  6. LCD_Write_COM_DATA(0x20,x1);
  7. LCD_Write_COM_DATA(0x21,y1);
  8. LCD_Write_COM(0x22);
  9. break;