Tagged Questions
The hd44780 tag has no wiki summary.
4
votes
3answers
440 views
Interrupt driven HD44780 library for an Arduino
I have an HD44780 LCD screen, and I've been using the LiquidCrystal Library provided with the Arduino development package. However, it's not reliable. I noticed some problems with it, and instead of ...
1
vote
1answer
235 views
Problems interfacing an hd44780-based LCD with a P89LPC9351-based microcontroller
I can't manage to get my LCD to initialize, am i doing something wrong? Any help appreciated!
#include <stdio.h>
#include <stdlib.h>
#include <p89lpc9351.h>
#define ...
1
vote
1answer
350 views
Tips for developing a LCD display emulator
I'd like to develop a PC LCD display emulator for educational purposes. The display uses HD44780.
I don't know where to start.
0
votes
2answers
130 views
switching between one activities using Touchscreens
How can i switch between activities using Touch screen ( by drag of screen towards left using finger or mouse). I know it can be possible using gesture class, but the problem is i can't switch one ...
0
votes
5answers
1k views
How to concatenate vars in c programmed pic?
I programming a 16f84a pic in hitech C to drive a hd44780 lcd. So far I've got the lcd initialized and can write individual characters and strings to the lcd. Now I need to do something like this:
...