Hi Joep, Big time !...
I would really like to give a try, but I have no access to any hardware for this whole week :( I have few questions/remarks though...: - will we provide hex files ? Something like Tiny bootloader ? (ie. for different clock speed). So it's straightforward using it (and upgrading it) ? - if schematic/PCB are ok, could they be put in project/lcd_interface ? (Richard ?) - about master testing file (the one being used to access your module), don't you think we also should provide a "ready-to-compile" sample ? And maybe not using a pin with "SCL" in its name, so it avoid confusion ? If somebody can verify this works, we can add it to the next release. > I'll give a try as soon as I can, but I'd say since you tested it it's enough to put it in next release. I can also take pictures and videos while I'm building and testing it, etc... so we can have a nice blog post (or more). But maybe you want to do this, just let me know ! Kudos for this nice piece of work !!! Cheers, Seb > 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 > > > > -- Sébastien Lelong http://www.sirloon.net http://sirbot.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
