Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- platform = espressif32
- board = deneyapkart1Av2
- framework = arduino
- monitor_speed = 115200
- lib_deps = bodmer/TFT_eSPI@^2.5.43
- board_build.arduino.memory_type = qio_qspi
- build_flags =
- -Os
- -DLED_OFF_BEAT=17
- -DUSER_SETUP_LOADED=1
- -DST7789_DRIVER=1
- -DCDGRAM_OFFSET
- -DTFT_SPI_HOST=HSPI_HOST ; drive display from HSPI, not the flash bus
- -DTFT_CS=2 ; free GPIO instead of 10
- -DTFT_DC=4 ; free GPIO instead of 6
- -DTFT_RST=-1
- -DTFT_MOSI=15 ; free GPIO instead of 11
- -DTFT_SCLK=16 ; free GPIO instead of 12
- -DTFT_MISO=-1
- -DTFT_BL=-1
- -DTOUCH_CS=-1
- -DTFT_BACKLIGHT_ON=HIGH
- -DLOAD_GLCD=1
- -DLOAD_FONT2=1
- -DLOAD_FONT4=1
- -DLOAD_FONT6=1
- -DLOAD_FONT7=1
- -DLOAD_FONT8=1
- -DLOAD_GFXFF=1
- -DSMOOTH_FONT=1
- -DSPI_FREQUENCY=40000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement