Hi guys,

I just finished the lcd_interface app, so please take a look if you can.
The program C:\jallib\project\lcd_interface\lcd_interface.jal should
compile without a problem with jallib. Build the circuit described by
Richard, program the 16f88, hook up a display and you have an LCD with
a one-pin interface.

Now take your test board, hook up the lcd_interface to a free pin on
your board. (I choose the i2c_scl pin, defined in the board file.
Let's assume for now you do this also).

Then compile your board file +
C:\jallib\test\external\lcd\test_lcd_hd44780_serial.jal, deploy it and
you're done! There should be a nice 'hello world' on the first line of
your display with an incrementing counter on line 2. And the backlight
continuesly changes intensity.

And... when you don't use the i2c_scl pin, change line 40 of the test
program to match your pin and set it as an output.

var volatile bit serial_sw_tx_pin is i2c_scl
i2c_scl_direction = output

If somebody can verify this works, we can add it to the next release.


Joep

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to