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.

11 line
250B

  1. case SSD1289:
  2. case SSD1289_8:
  3. case SSD1289LATCHED:
  4. LCD_Write_COM_DATA(0x44,(x2<<8)+x1);
  5. LCD_Write_COM_DATA(0x45,y1);
  6. LCD_Write_COM_DATA(0x46,y2);
  7. LCD_Write_COM_DATA(0x4e,x1);
  8. LCD_Write_COM_DATA(0x4f,y1);
  9. LCD_Write_COM(0x22);
  10. break;