Advertisement
honey_the_codewitch

ST7789 init code

Mar 22nd, 2022
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. using lcd_type = st7789<LCD_WIDTH,
  2. LCD_HEIGHT,
  3. PIN_NUM_DC,
  4. PIN_NUM_RST,
  5. PIN_NUM_BKL,
  6. bus_type,
  7. LCD_ROTATION,
  8. #if defined(LILYGO_TTGO)
  9. true,
  10. #else
  11. false,
  12. #endif
  13. LCD_WRITE_SPEED_PERCENT,
  14. LCD_READ_SPEED_PERCENT>;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement