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.

12 lines
316B

  1. case HX8340B_8:
  2. LCD_Write_COM_DATA(0x02,0x0000);
  3. LCD_Write_COM_DATA(0x03,x1);
  4. LCD_Write_COM_DATA(0x04,0x0000);
  5. LCD_Write_COM_DATA(0x05,x2);
  6. LCD_Write_COM_DATA(0x06,0x0000);
  7. LCD_Write_COM_DATA(0x07,y1);
  8. LCD_Write_COM_DATA(0x08,0x0000);
  9. LCD_Write_COM_DATA(0x09,y2);
  10. LCD_Write_COM(0x22);
  11. break;