Ret12_12
Junior Member
Offline
Posts: 75
Thank You
-Given: 104
-Receive: 32
|
|
« Reply #25 on: October 28, 2007, 08:03:27 20:03 » |
|
On pixel scroll you can't read what say, it is very fast.
Best Regards, Ret12_12
|
|
|
Logged
|
|
|
|
zuisti
Senior Member
Offline
Posts: 409
Thank You
-Given: 242
-Receive: 780
|
|
« Reply #26 on: October 28, 2007, 08:08:15 20:08 » |
|
On pixel scroll you can't read what say, it is very fast.
Hi, Thanks for your fast reply... As I wrote please decrease the speed with the dipswitchs and/or with the clock... I'm waiting for the result... zuisti
|
|
|
Logged
|
|
|
|
sohel
Senior Member
Offline
Posts: 442
Thank You
-Given: 167
-Receive: 149
|
|
« Reply #27 on: October 28, 2007, 08:19:22 20:19 » |
|
its nice programme.
please take a space with two font then it will clear.
at this setting
on on off on
|
|
|
Logged
|
|
|
|
Ret12_12
Junior Member
Offline
Posts: 75
Thank You
-Given: 104
-Receive: 32
|
|
« Reply #28 on: October 28, 2007, 08:24:47 20:24 » |
|
When i change the osc from 2Mhz to 4Mhz then the speed it is double again the faster speed it is not visible the message i will transfer to the real hardware to see how it works but before i do this, i see how the command 13 (enter) it is not clear the text.
|
|
|
Logged
|
|
|
|
zuisti
Senior Member
Offline
Posts: 409
Thank You
-Given: 242
-Receive: 780
|
|
« Reply #29 on: October 28, 2007, 08:40:55 20:40 » |
|
When i change the osc from 2Mhz to 4Mhz then the speed it is double again the faster speed it is not visible the message i will transfer to the real hardware to see how it works but before i do this, i see how the command 13 (enter) it is not clear the text.
Hi, Thanks but you must decrease the speed !!! Set the PIC clock to 0.5Mhz or slower if needed, or (what is better) set the speed with the dipswitch slower please! As I wrote the serial communication not working yet in this project. But I think we will continue this talking in a PM or ...(you know my email address) Thanks zuisti
|
|
|
Logged
|
|
|
|
zuisti
Senior Member
Offline
Posts: 409
Thank You
-Given: 242
-Receive: 780
|
|
« Reply #30 on: October 28, 2007, 09:00:47 21:00 » |
|
its nice programme. please take a space with two font then it will clear.
Hi sohel, Thanks for the info and for your idea! What do you think about the inserted space, it is one pixel or one space (5 pixels) in its width? I'll try it out (the one pixel space, it is possible with pixel scroll but not with char scroll), thanks again. zuisti
|
|
|
Logged
|
|
|
|
Ret12_12
Junior Member
Offline
Posts: 75
Thank You
-Given: 104
-Receive: 32
|
|
« Reply #31 on: October 28, 2007, 09:25:26 21:25 » |
|
Hi, Thanks but you must decrease the speed !!! Set the PIC clock to 0.5Mhz or slower if needed, or (what is better) set the speed with the dipswitch slower please! As I wrote the serial communication not working yet in this project. But I think we will continue this talking in a PM or ...(you know my email address) Thanks zuisti
You are right you have email Best Regards, Ret12_12
|
|
|
Logged
|
|
|
|
kang2008
Guest
|
|
« Reply #32 on: October 31, 2007, 04:41:53 04:41 » |
|
|
|
|
Logged
|
|
|
|
kang2008
Guest
|
|
« Reply #33 on: October 31, 2007, 05:09:27 05:09 » |
|
|
|
|
Logged
|
|
|
|
obialor
Guest
|
|
« Reply #34 on: November 15, 2007, 02:20:00 14:20 » |
|
can't you post the zip file here instead of linking it to another site.
|
|
« Last Edit: November 19, 2007, 02:59:22 14:59 by obialor »
|
Logged
|
|
|
|
cowwyland
Newbie
Offline
Posts: 12
Thank You
-Given: 5
-Receive: 1
|
|
« Reply #35 on: March 31, 2008, 03:52:01 03:52 » |
|
Zuisti, nice project. By the way, instead of storing the hex of alphanumeric code which will consume big memory in PIC, How about using EEPROM instead? What do you think? Because I am worried that storing in EEPROM will show significant loss of speed, since accessing to EEPROM not as fast as accessing to RAM.
|
|
|
Logged
|
|
|
|
zuisti
Senior Member
Offline
Posts: 409
Thank You
-Given: 242
-Receive: 780
|
|
« Reply #36 on: April 01, 2008, 12:46:46 12:46 » |
|
Zuisti, nice project. 1. By the way, instead of storing the hex of alphanumeric code which will consume big memory in PIC, How about using EEPROM instead? What do you think? 2. Because I am worried that storing in EEPROM will show significant loss of speed, since accessing to EEPROM not as fast as accessing to RAM. Hi cowwyland, @1: The storing of the "hex of alphanumeric code" is verily a memory consuming thing beacuse we must store min 7 pattern bytes for every chars. The PIC's intern EEPROM is too small to do this, and an accessing of an extern EEPROM is really much slower as the intern flash memory. @2: The accessing of the intern EEPROM (to get a char) is really slower a bit as the RAM or Flash but this is negigible beside the other things what we must to do (seeking and get the pattern bytes of the char, shiftings ...) My last project uses this method and a new algorithm. Look at my newer thread: http://www.sonsivri.com/forum/index.php?topic=7978.msg35713#msg35713zuisti
|
|
« Last Edit: April 01, 2008, 12:51:39 12:51 by zuisti »
|
Logged
|
|
|
|
|