"Ulong said…
I have a program with nokia's 5110 lcd if you want I can send you. It have alarms and battery time calculation, graphycs...
Very important: The power to arduino can't be from your tx, you need an external power. I try with differents…"
"I have a program with nokia's 5110 lcd if you want I can send you. It have alarms and battery time calculation, graphycs...
Very important: The power to arduino can't be from your tx, you need an external power. I try with differents points of my Tx…"
"If I disconnect my Uno from USB my serial will be free to use it? Then this must work?
#include <FrSky.h>#include <Adafruit_GFX.h>#include <Adafruit_PCD8544.h>FrSky frsky;Adafruit_PCD8544 display = Adafruit_PCD8544(3, 4, 5, 7, 6);void setup()…"