You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Beysdt i think that i figured out the problem with the screen height
you need togo to the file in Benutzt: C:\Users\me\Documents\ArduinoData\packages\esp8266\hardware\esp8266\3.0.2\libraries\Adafruit_SSD1306\Adafruit_SSD1306.h
open Adafruit_SSD1306.h in notepad or the editor of your choice
go down to line 28 delete the // and add it to the line right below
// ONE of the following three lines must be #defined:
#define SSD1306_128_64 ///< DEPRECTAED: old way to specify 128x64 screen
//#define SSD1306_128_32 ///< DEPRECATED: old way to specify 128x32 screen
//#define SSD1306_96_16 ///< DEPRECATED: old way to specify 96x16 screen
// This establishes the screen dimensions in old Adafruit_SSD1306 sketches
// (NEW CODE SHOULD IGNORE THIS, USE THE CONSTRUCTORS THAT ACCEPT WIDTH
// AND HEIGHT ARGUMENTS).
Heyy Alex,
your stuff is really fun 🥇
As I tried to compile your code the following problems occured:
wardriving2:16:2: error: #error ("Incorrect screen height, fix Adafruit_SSD1306.h");
16 | #error("Incorrect screen height, fix Adafruit_SSD1306.h");
| ^~~~~
Mehrere Bibliotheken wurden für "TinyGPS++.h" gefunden
Benutzt: C:\Users\me\Documents\Arduino\libraries\TinyGPSPlus
Nicht benutzt: C:\Users\me\Documents\Arduino\libraries\TinyGPSpp
Mehrere Bibliotheken wurden für "SD.h" gefunden
Benutzt: C:\Users\me\Documents\ArduinoData\packages\esp8266\hardware\esp8266\3.0.2\libraries\SD
Nicht benutzt: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.57.0_x86__mdqgnx93n4wtt\libraries\SD
exit status 1
#error ("Incorrect screen height, fix Adafruit_SSD1306.h");
I can't get the point what the problem is. Would you please help me up?
Thanks
Ben
The text was updated successfully, but these errors were encountered: