2014-06-05 08:35 PM
Guys,
How can I set on initialization for 262K colors on SD1289 LCD ? I had tried :LCD_WriteReg(0x0011,0x6070); LCD_Delay(5); ==>64K colors ?
//LCD_WriteReg(0x0011,0x40B0) ==>262K colors?
Any clues ?
Thanks
2014-06-06 01:44 AM
Try it first with only changing the DFM bits in the entry mode register, that will become:
LCD_WriteReg(0x0011,0x4070;
2014-06-07 02:44 AM
it's only displaying a half side of LCD with 4070....which value is right ?
thanks2014-06-07 06:02 AM
Sometimes wise/advisable to carefully consider that which you seek. SD1289 rarely populates best/brightest TFT. And - 262K colors - really?
If your need is near perfect, ''flesh tones'' then perhaps. If not - our group has long found 65K colors to suffice. There is of course a rather severe ''downside'' resulting from hallowed 262K colors. Can you say ....S.....L.....O.....W.....? We're not told if same, ''half-screen'' image resulted under 65K color mode? Image ''fill'' is usually regulated by single or dual registers which adjust horizontal and vertical pixel max.2014-06-07 03:31 PM
why can't it display 0xFFFF on RGB ? I got some black dots on 0xFFFF ?