Skip to content

Add PlatformIO ini file for PlatformIO users #1

@steve6375

Description

@steve6375

Really nice demo! Would help if add ini file. This works.

platformio.zip

This should upload code from PlatformIO without needing to press any buttons on device.
Use esp32dev in
Choose kit Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)

; PlatformIO Project Configuration File
;
;   Build options: build flags, source filter
;   Upload options: custom upload port, speed and extra flags
;   Library options: dependencies, extra library storages
;   Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[platformio]
globallib_dir = ../../lib
src_dir = .

[env:esp32dev]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino

build_flags = 
    -DBOARD_HAS_PSRAM

    ; Enable UARDUINO_USB_CDC_ON_BOOT will start printing and wait for terminal access during startup
    ; -DARDUINO_USB_CDC_ON_BOOT=1

    ; Enable UARDUINO_USB_CDC_ON_BOOT will turn off printing and will not block when using the battery
    -UARDUINO_USB_CDC_ON_BOOT

board_build.flash_size = 8MB
board_build.arduino.memory_type = qio_opi
board_build.partitions = default_8MB.csv
[platformio.zip](https://github.com/VolosR/TDisplayAmoled/files/11749786/platformio.zip)


; Serial Monitor options
monitor_speed = 115200
upload_speed = 115200


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions