Fredrik Valdt

Results 3 comments of Fredrik Valdt

Bug remains even with PR ? Anyone els having problems ?

Same issue as ext4e Latest V+ breaks the game. Latest BepInEx breaks V+ but restores game.

#include "heltec.h" #include "Arduino.h" //rotate only for GEOMETRY_128_64 SSD1306Wire display(0x3c, SDA_OLED, SCL_OLED, RST_OLED); void VextON(void) { pinMode(Vext,OUTPUT); digitalWrite(Vext, LOW); } void VextOFF(void) //Vext default OFF { pinMode(Vext,OUTPUT); digitalWrite(Vext, HIGH); }...