Advertisement
Guest User

Untitled

a guest
May 13th, 2025
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. platform = espressif32
  2. board = deneyapkart1Av2
  3. framework = arduino
  4. monitor_speed = 115200
  5. lib_deps = bodmer/TFT_eSPI@^2.5.43
  6. board_build.arduino.memory_type = qio_qspi
  7.  
  8. build_flags =
  9. -Os
  10. -DLED_OFF_BEAT=17
  11. -DUSER_SETUP_LOADED=1
  12. -DST7789_DRIVER=1
  13. -DCDGRAM_OFFSET
  14. -DTFT_SPI_HOST=HSPI_HOST ; drive display from HSPI, not the flash bus
  15. -DTFT_CS=2 ; free GPIO instead of 10
  16. -DTFT_DC=4 ; free GPIO instead of 6
  17. -DTFT_RST=-1
  18. -DTFT_MOSI=15 ; free GPIO instead of 11
  19. -DTFT_SCLK=16 ; free GPIO instead of 12
  20. -DTFT_MISO=-1
  21. -DTFT_BL=-1
  22. -DTOUCH_CS=-1
  23. -DTFT_BACKLIGHT_ON=HIGH
  24. -DLOAD_GLCD=1
  25. -DLOAD_FONT2=1
  26. -DLOAD_FONT4=1
  27. -DLOAD_FONT6=1
  28. -DLOAD_FONT7=1
  29. -DLOAD_FONT8=1
  30. -DLOAD_GFXFF=1
  31. -DSMOOTH_FONT=1
  32. -DSPI_FREQUENCY=40000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement