esp32-wemos-lolin-d32-pro/include/board.h

Board specific definitions for Wemos LOLIN D32 Pro.

Wemos LOLIN D32 Pro is a development board that uses the ESP32-WROVER module which has a built-in 4 MByte SPI RAM. Most important features of the board are

  • Micro-SD card interface
  • LCD interface
  • SPI RAM 4 MByte

Furthermore, most GPIOs are broken out for extension.

When the TFT display is connected, add

1
USEMODULE += esp_lolin_tft
to the makefile of the application to use the according default board configuration.

For detailed information about the configuration of ESP32 boards, see section .

Note

Most definitions can be overridden by an .

LED0_PIN
1
GPIO5
LED0_ACTIVE
1
(0)     /* LED is low active */