View Single Post
Old 18 March 2022, 15:44   #27
axilmar
Registered User
 
Join Date: Feb 2022
Location: Athens, Greece
Posts: 41
Quote:
Originally Posted by roondar View Post
The issue is probably that the shift direction in descending mode is reversed (so the Blitter shifts to the left rather than the right). So, to plot to 1, 220 you need to shift left by 15 and add 2 bytes to the starting pointer (compared to blitting in ascending mode).
I have made sure the shift value is 15.

I have added 2 bytes to the destination start address.

It still does not work. The result is this:

https://ibb.co/6rkRf7S

If I subtract 2 bytes from the destination start address, the result is this (the last pixel column in missing):

https://ibb.co/cQY83vH

And if I move the source image to x=16 and the destination to x=17, I get this:

https://ibb.co/smYrFNV
axilmar is offline  
 
Page generated in 0.07682 seconds with 11 queries