ILI9341 bug?
Moderator: Benj
ILI9341 bug?
The 'SetBackgroundColour' method doesn't appear to function.
- Attachments
-
- ILI9341.fcfx
- (8.51 KiB) Downloaded 173 times
- LeighM
- Matrix Staff
- Posts: 2178
- Joined: Tue Jan 17, 2012 10:07 am
- Has thanked: 481 times
- Been thanked: 699 times
Re: ILI9341 bug?
Hi,
This was answered in
http://www.matrixtsl.com/mmforums/viewt ... 64&t=19745
to be actioned on the next drawing function,
it does not have any affect on the current screen pixels.
The screen does not actually have a background as such, it's just what colour the pixel was drawn with, foreground or background colour.
This was answered in
http://www.matrixtsl.com/mmforums/viewt ... 64&t=19745
In other words, the 'SetBackgroundColour' only changes the background drawing colour,text output with transparency off, which demonstrates how the new background colour is drawn.
Any change to background colour is only visible on the next draw, the existing background pixels do not change until then.
to be actioned on the next drawing function,
it does not have any affect on the current screen pixels.
The screen does not actually have a background as such, it's just what colour the pixel was drawn with, foreground or background colour.