ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
2k stars 638 forks source link

ArialMT_Plain_24 has some issues with blynk or Node MCU #253

Closed tzaroon closed 5 years ago

tzaroon commented 5 years ago

When I initialize "ArialMT_Plain_24" font size in my code my node mcu crashes instantly When I load the webserver. I am using the following libraries in my code.

#define BLYNK_PRINT Serial
#include <SoftwareSerial.h>
#include <EEPROM.h>

#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
#include "web_page.h"

//Temperature Sensor
#include <DHT.h>

other sizes are working fine... kindly help!!!!

marcelstoer commented 5 years ago

Sorry, this is not a bug in this library and this is not support forum -> closing

Maybe try a forum at https://www.esp8266.com/viewforum.php?f=7 instead.