Shifting graphics.spin video image to the left (centering). Is it possible?
Alexis64
Posts: 42
Hi,
I have a small problem with some new LCDs on a project I am doing... I am using Graphics.spin and while it all works fine, The image on the LCD is not centered (horizontally). This is (i am sure) a problem with the LCDs but since they do not have an easy way to adjust the horizontal position, and before i take them apart to start swapping resistors, I was wondering if there is a simple way to patch graphics.spin to shift the image to the left a few pixels (see attached picture).
Thank you guys,
Alex
I have a small problem with some new LCDs on a project I am doing... I am using Graphics.spin and while it all works fine, The image on the LCD is not centered (horizontally). This is (i am sure) a problem with the LCDs but since they do not have an easy way to adjust the horizontal position, and before i take them apart to start swapping resistors, I was wondering if there is a simple way to patch graphics.spin to shift the image to the left a few pixels (see attached picture).
Thank you guys,
Alex
Comments
Setting tv_ho:=-70 just after the object initialization fixed and centered the screen perfectly ..
Thank you for your help...
Alex