Last edited by Archangel; - 24th May 2011 at 09:06.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Sorry for off-topic...My salary it's about 350 euro/month ; so, it's important if one IC cost 1 or 2 euro - it's just hobby !
And "Fratello Enterprise(s)" it's verry cool ... I love Star Trek !!!
Business' often request and receive FREE samples. You are a small prototype company are you not ? You do develop products for others ? No employees required. No lies told. No money made ? That's a trade secret.![]()
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
I try something like this :
This is the first row.Code:data @0,$FF,$01,$01,$01,$01,_ $01,$01,$01,$01,$01,$01,$01,$01,$01,$FD,$FD,$FD,$85,$85,$FD,$FD,$79,_ $01,$01,$FD,$FD,$FD,$01,$01,$79,$FD,$FD,$85,$A5,$ED,$ED,$69,$01,$01,_ $FD,$FD,$FD,$01,$05,$05,$05,$FD,$FD,$FD,$05,$05,$05,$01,_ $F9,$FD,$FD,$25,$25,$FD,$FD,$F9,$01,$01,$FD,$FD,$FD,$81,$81,$81,$81,_ $01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$FF
But there, how must doing :
Thanks !Code:LcdReg = %10000000 ' cursor X call PrintCtrlLcd LcdReg = %01000000 ' cursor Y call PrintCtrlLcd read 0, vcx for y = 0 to 83 Lookup y,[??????? vcx ???????], LcdReg call PrintDataLcd next y
Last edited by fratello; - 24th May 2011 at 11:00.
I did it !!!
...and this is the result !Code:BorderLine: ' '=================================== RAND 0 for y = 0 to 83 call setcursor read y, LcdReg call PrintDataLcd next y return '================================================== setcursor: LcdReg = %10000000 + y ' cursor X call PrintCtrlLcd LcdReg = %01000000 ' cursor Y call PrintCtrlLcd return
Last edited by fratello; - 24th May 2011 at 11:38.
The button alternate the two temperatures (small and big). Full working code ! Thanks for support ! Regards !
Last edited by fratello; - 24th May 2011 at 18:35. Reason: Add pictures...
Congratulations !
Looks Great !
Now tell us all about it, is that a PIC16F648A or PIC16F628A ?
What kind of display is that ? Where can get one and for about how much ?
I see the making of an article in this thread.
Oh to all who read this post, if you are willing, please rename your code from .bas to .txt becauseWindows XP and up requires you to download and rename and will not open it first. That is my experience on 3 different computers. Win 98 does not care unless you have loaded VB and then it too does not like it.
Ahhhgh: My dumb self, I see nokia 3310, first line of O. P.
Last edited by Archangel; - 25th May 2011 at 01:39. Reason: Ahhhgh
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks