1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Add new GPS sensor and new diplay types

This commit is contained in:
norbert-walter
2024-03-23 14:06:57 +01:00
parent 136dd1fa30
commit c1d6a566aa
5 changed files with 50 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ default_envs = obp60_s3
[env:obp60_s3]
platform = espressif32@6.3.2
#board = obp60_s3_n8 #8MB flash, no PSRAM
board = obp60_s3_n16 #16MB flash, no PSRAM, zero series
board = obp60_s3_n16 #16MB flash, no PSRAM, zero series
#board = obp60_s3_n8r8 #8MB flash, 8MB PSRAM
#board = obp60_s3_n16r8 #16MB flash, 8MB PSRAM, production series
board_build.variants_dir = variants
@@ -33,6 +33,10 @@ lib_deps =
build_flags=
-DTIME=$UNIX_TIME
-D BOARD_OBP60S3
-D DISPLAY_GDEW042T2 #old E-Ink display from Waveshare, R10 0.47 ohm
# -D DISPLAY_GDEY042T81 #new E-Ink display from Waveshare, R10 2.2 ohm
# -D DISPLAY_GYE042A8 #alternativ E-Ink display from Genyo Optical, R10 2.2 ohm
# -D DISPLAY_SE0420NQ04 #alternativ E-Ink display from SID Technology, R10 2.2 ohm
${env.build_flags}
upload_port = /dev/ttyACM0
upload_protocol = esptool