Heltec Wireless Stick display fix

This commit is contained in:
richonguzman 2025-01-08 12:59:39 -03:00
parent 1a3966eadc
commit f325c54fc3
3 changed files with 6 additions and 6 deletions

View file

@ -48,7 +48,7 @@ ___________________________________________________________________*/
#include "A7670_utils.h"
#endif
String versionDate = "2025.01.07";
String versionDate = "2025.01.08";
Configuration Config;
WiFiClient espClient;
#ifdef HAS_GPS

View file

@ -181,10 +181,10 @@ namespace POWER_Utils {
#ifdef VEXT_CTRL
pinMode(VEXT_CTRL,OUTPUT); // GPS + TFT on HELTEC Wireless_Tracker and only for Oled in HELTEC V3
#ifndef HELTEC_WSL_V3
#if defined(HELTEC_WIRELESS_TRACKER) || defined(HELTEC_V3)
digitalWrite(VEXT_CTRL, HIGH);
#endif
#ifdef HELTEC_WP
#if defined(HELTEC_WP) || defined(HELTEC_WS)
digitalWrite(VEXT_CTRL, LOW);
#endif
#endif

View file

@ -18,9 +18,9 @@
#undef OLED_SCL
#undef OLED_RST
#define OLED_SDA 4
#define OLED_SCL 15
#define OLED_RST 16
#define OLED_SDA 17
#define OLED_SCL 18
#define OLED_RST 21
#define OLED_DISPLAY_HAS_RST_PIN
// Aditional Config