Hey Oliver, Just wanted to say cuddos on your program. I've just downloaded it and have been playing with it for about 15 minutes so far. I like what I see...
Greetings, ... equal ... hold ... `cannot use ... I cannot find a reference, so I assume I've fixed it, but what I meant was due to an off-by-one error a bank...
Greetings, ... Not to sound dense, but I don't understand the question. Do you mean: CASE zeta OF -- comment1 1: aa = 1 -- comment2 2: aa = 2 -- comment3 END...
... Hello, I was talking about asm comment, containing jal code, like these one : ; 5 port_B_direction = all_output datalo_set v_port_b_direction clrf...
1 The very beginning: JAL FAQ version 0.04 July 28, 2007 1 1.1 JAL? PIC? Where do I start? 1 1.2 Where to get JAL? 1 1.3 Which PIC? 2 1.4 What's all this JAL...
jallist@yahoogroups.com
Dec 2, 2007 2:31 pm
24448
... Hi Mike, Take it slowly without keeping anything from the old jal, else will be painfully. It's a different compiler and everything differs, starting with...
... Thanks for your comment, and of course... it's launch not lunch... By the way I should think about a "real" lunch option, that may be convenient ;) Cheers ...
... Vasile, No kidding !! I spent about 4 hours getting a relatively simple program to compile with no errors and display a value on an LCD display. Now I have...
Greetings, Variables are defined with: VAR type name[,name2...] but when using a procedure or function, the syntax is: PROCEDURE name(type [in|out] name)... ...
I like to see VAR there as it adds some clarity to the code as well as symmetry with CONST. As far as the difference with the procedure/function syntax, I...
Hey Kyle, You won't hurt my feelings any if you decide to change it. Just as long, as you say you would, you still support the VAR descriptor. I would hate...
... I would even prefer that way ! (without the var keyword) I will need to adapt PicShell a bit (cause it may looks for "var" for some auto completion) but...
... But note the precense of 'PROCEDURE'! The original idea (Wirth's, not mine) is that each construct starts with a specific word. Within a parameter list...
Hi All, I want to thank you all for your effort to make it possible to everyone using very nice products. I want specially thank Wouter, Stef, Bert, and...
... Well, you could either read the faq, go to the links section of Yahoo or download the starterpack. ... Just JAL v2. ... I suggest you download the...
I am sorry, Kyle was not included because I don't know vell the latest project board. I thank you, too Kyle ! :) And thanks all people who made this all...
... I agree with Wouter. Another reason not to make var optional (coming from Python: everything should be as intuitive as possible) byte My_Name = 34 Now my...
... We had the same problem last week with a cheap KS0066 equivalent LCD last week, and the one black and 1 white line is just a startup "feature", so it...
I have tried 3 different LCD products. One of them was labeled with trademark BOSCH, but they all are different size and char capacity devices from the same...
Thanks, Olivier.. That's a nice piece of code, i could try that as a reference. When it doesn't work on the same configuration, there would be a hardware...
... KS0066 *should* be compatible with HD44780, and if you see the black blocks the contras voltage is OK. Strange. Somthing you could try (have tried) is a...
I think that it should be, too, because there are 3 or 4 types of LCDs in my hand, and i get this case since a long time. I will now concentrate to this ...
Hi Bert, How can i use/modify "lcd_44780.jal" for four bits data bus ? Should i do a revision like that or is it included? ... [Non-text portions of this...
OK, there is no problem in the library, Command/Data and Enable pins were defined on port c. I changed them and the code is already designed to work 4 bits....