
znanev1426459859
-
Content Count
6 -
Joined
-
Last visited
Reputation Activity
-
znanev1426459859 reacted to bluehash in MOD player for the Stellaris Launchpad
Found this on Hackaday
Blog page.
-
znanev1426459859 got a reaction from bluehash in Very Basic HD44780 driver for Stellaris LaunchPad
R/W pin should not be left floating. Tie it to ground (1 = Read, 0 = Write) - the library just writes commands to the LCD module
-
znanev1426459859 got a reaction from remick1426459870 in Very Basic HD44780 driver for Stellaris LaunchPad
R/W pin should not be left floating. Tie it to ground (1 = Read, 0 = Write) - the library just writes commands to the LCD module
-
znanev1426459859 reacted to remick1426459870 in Very Basic HD44780 driver for Stellaris LaunchPad
Thanks a lot !
Problem solved
After grounding R/W pin display started to work.
Thanks guys !
-
znanev1426459859 reacted to bluehash in Good morning from England!
Welcome znanev. It would be nice if you take pictures while you set it up and put it here. The forum has a blog feature too, so you can start your own.
-
znanev1426459859 reacted to The_YongGrand in Very Basic HD44780 driver for Stellaris LaunchPad
Here's a very basic HD44780 driver for Stellaris Launchpad.
Supports up to 20x4 LCD and a full PORTB register is used. Due to the nature of the GPIOPinWrite function which uses masking and whatnots, extra code on the driver will be written in the future to accomodate such functions.
Uses two files: hd44780_lp.c and hd44780_lp.h
An example is in the attachment. It's called "lab2" because I fooled around with the Stellaris Launchpad Workbook earlier.
Note: Please refer to online tutorials on the HD44780 connections.
Comments are greatly appreciated!
lab2_revised.zip