where I can find this bas files:
INCLUDE "DT_INTS-18.bas" INCLUDE "ReEnterPBP-18.bas" INCLUDE "Elapsed_INT-18.bas"
thanks
where I can find this bas files:
INCLUDE "DT_INTS-18.bas" INCLUDE "ReEnterPBP-18.bas" INCLUDE "Elapsed_INT-18.bas"
thanks
Shawn
Shawn, you've copyrighted and reserved the rights. Is it all right with you that I modify it and put it on here ?
Thanks, it's just that normally I wouldn't add the copyright notice for anything for open source public consumption.
I'm trying to use just the seconds and 'ticks'
MCS adds that automatically the way I have it set up. I will change that for future posts. Thanks for pointing it out.
Shawn
OK, I have the Dt_ints stopwatch version working on my display using the thinner characters as i.e. 123:45
This works bar one problem.
It will not display the Character 0 code it is just an all pixel black block. So this affects the numbers 1, 4, 7.
The code I mean is
LCDOUT $FE,$40,$01,$01,$01,$01,$01,$01,$01,$01
According to the sheet that came with the display it has 16 CGRAM custom character spaces available.
I tried using Character 8 instead . i.e. LCDOUT $FE,$80,$01,$01,$01,$01,$01,$01,$01,$01
this produced a curled 'J' character which is not part of the inbuilt set.
I can't figure this one out??? Any ideas please ?
Bookmarks