-
Here is the error message:
In file included from /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Arduino.h:28:0,
from sketch/HelloOLED.ino.cpp:1:
/User…
-
I really like the simplicity of this sketch, but space is rather limited, what would you think about adding an examples folder or something like that, and put a version there that stores the images in…
-
```
Um Speicher zu sparen macht es Sinn große Daten im PROGRAM MEMORY abzulegen.
http://arduino.cc/en/Reference/PROGMEM und
http://www.arduino.cc/playground/Learning/Memory
Als erste Stufe habe ich…
-
Describe the bug
I am experiencing issues with rendering Cyrillic characters on a 64x32 LED matrix display. The text appears distorted, with characters overlapping and misaligned.
To Reproduce
St…
-
I try to validate the project with the credentials I use with the Max-Plastix code but I can't get the TTGO to link to the helium network.
I see that the parameterization is for USE_ABP and for heliu…
-
I use your excellent Ephemeris library with the hand controller for the OnStep telescope controller.
The hand controller is an ESP32.
One issue is that the standard Ephemeris library defines PROG…
-
Hi
Thanks for your work. I see two things where i have problems
1) I see that in the new IDE arduino 1.6.7 , chances the definition of procmem declaration.(https://github.com/arduino/Arduino/wiki/1.…
-
The alpha4 font takes up lots of RAM (for an ATtinyX5), is constant, and is only used internally in the alpha4 module, so it's a good candidate for PROGMEM optimization.
http://www.avrfreaks.net/foru…
-
### Basic Infos
string arrays in wm_consts_en.h aren't being placed in PROGMEM properly
#### Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32: ESP8266
Hardware: ESP-12e
Core Ve…
-
I've a bitmap of 72x64, which I can display without problem in "buffer mode".
Since this method needs too much ram, I wanted to draw this bitmap with the drawTile function.
I've tried to cut the bit…