|
Atari coding BBS
Re: Internal Drive Light |
Posted by: Thadoss
|
Dec,07.2015-01:22
|
To have a variation in the dim, you have to change the value of d0 after each VBL.
You start with D0 = 1
Then, the next time, d0 = 2
Then, the next time, d0 = 3
...
Then, a little before the full lignted led , d0 = 254
Then, a little before the full lignted led , d0 = 255
Then you let the led ON
(I don't remenber the time and values to use, you'll have to search them).
If yopu want to go from light to dark, it's just the opposite :
You start from a light led and stop it a little before light it again :
Light OFF
loop do
Light ON
You start with D0 = 1
Then, the next time, d0 = 2
Then, the next time, d0 = 3
...
Then, a little before the led is full off, d0 = 254
Then, a little before the led is full off, d0 = 255
Then you let the led OFF
The main idea is to increase or decrease the time when the led is on/off during the time to have it dim more / less.
Don't hesitate to ask if it's not clear.
Regards
Laurent
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
Internal Drive Light
|
Bod/Effect
|
Dec,05.2015-22:34
|
Re: Internal Drive Light
|
Thadoss
|
Dec,06.2015-00:01
|
Re: Internal Drive Light
|
Bod/Effect
|
Dec,06.2015-00:23
|
Re: Internal Drive Light
|
Bod/Effect
|
Dec,06.2015-17:09
|
Re: Internal Drive Light
|
Bod/Effect
|
Dec,06.2015-17:51
|
Re: Internal Drive Light
|
dml
|
Dec,07.2015-11:29
|
Re: Internal Drive Light
|
PeP
|
Mar,24.2016-10:00
|
Re: Internal Drive Light
|
Thadoss
|
Dec,07.2015-01:22
|
Re: Internal Drive Light
|
defjam
|
Dec,07.2015-11:29
|
Re: Internal Drive Light
|
Bod/Effect
|
Dec,07.2015-15:45
|
Re: Internal Drive Light
|
Bod/Effect
|
Dec,07.2015-17:04
|
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|