Oh yeah! I did it again due to you
I misunderstood what you mean. When you told me to reduce the intensity of color of pixel, I implemented this by using subtraction for each pixel( I looked like a foolish guy)
Your solution is not perfect because of losing more time to put my background picture on the screen one more time when my screen comes into sleep mode and vice versa( It takes me 0.823545 seconds to put a 240x320 picture on the screen(too much time) ) but at this moment, it’s ok
In my code, I using “Busout DB(p10->p17) “like data bus or command bus when host controller write data or command to SSD1963 and
I found that The command “ DB.write( uint8_t ) ” is an assassin making my LPC1768 communicate with SSD1963 more slowly.
The pins of mbed controller is arranged not on a port of LPC1768, so I think the function “DB.write” takes a lot of time to arrange . Is there any solution to overcome it?
Hoping one more precious recommendation from you
Hi all
I'm working with new haven lcd and it operated well, I displayed what I want on it and I to put it into sleep mode and vice versa, it's also ok ( SSD1963 has sleep mode command and normal mode command: 0x10, 0x11)
The problem here is I want turn off the light of the screen and the lcd will look like when it isn't powered.I don't know or can not find the command of SSD1963 to do this
I read all commands of SSD1963 and try some command but it's not work Don't i misunderstand something or some commands of SSD1963
Can you show me to do something else to solve this problem?
Thanks you
ttnghiabk