Um das Display anzusteuern fehlt dir nach dem #include <LiquidCrystal.h> noch folgendes:
Sofern du es diesem Tutorial nach anschließt.Code:// Connections: // rs (LCD pin 4) to Arduino pin 12 // rw (LCD pin 5) to Arduino pin 11 // enable (LCD pin 6) to Arduino pin 10 // LCD pin 15 to Arduino pin 13 // LCD pins d4, d5, d6, d7 to Arduino pins 5, 4, 3, 2 LiquidCrystal lcd(12, 11, 10, 5, 4, 3, 2); int backLight = 13; // pin 13 will control the backlight
Mit dem GPS will ich mich nächsten Monat beschäftigen, ich bin also auch gespannt auf Antworten / Hilfen zu diesem Thema.







Zitieren

Lesezeichen