Hello,
I need your help guys.
in this Example:
https://www.youtube.com/watch?time_c...;v=w1PCTq9H3Dw
0:37 ~0:50s
I want to copy this function. how can i use that transparency dropdown menu AND update data behind it.
First question:
How i get exactly hexa code for colour of image? because if i use pick colour in paint, when i transfer image to workshop (Visi) the colour change a little.
At now im using Display.gfx_GetPixel(x,y); is it the best way?
Second:
How update BEHIND the image?its only possible with images? or can i update a obj like triangle, square, lines?
I was reading many topics in this forum, and i think i have to use something like ClipWindow and background image. (Maybe: file_ScreenCapture?)
But i dont found nothing about how to set background image on Serial.(Edit: I think this do not the concept to serial mode right?)
Im really interesting in understand that animation on video, but i need to do all by Serial Mode. I use a host to control the lcd in my project.
LCD:
gen4 50DCT
PmmC 2.0
I need your help guys.
in this Example:
https://www.youtube.com/watch?time_c...;v=w1PCTq9H3Dw
0:37 ~0:50s
I want to copy this function. how can i use that transparency dropdown menu AND update data behind it.
First question:
How i get exactly hexa code for colour of image? because if i use pick colour in paint, when i transfer image to workshop (Visi) the colour change a little.
At now im using Display.gfx_GetPixel(x,y); is it the best way?
Second:
How update BEHIND the image?its only possible with images? or can i update a obj like triangle, square, lines?
I was reading many topics in this forum, and i think i have to use something like ClipWindow and background image. (Maybe: file_ScreenCapture?)
But i dont found nothing about how to set background image on Serial.(Edit: I think this do not the concept to serial mode right?)
Im really interesting in understand that animation on video, but i need to do all by Serial Mode. I use a host to control the lcd in my project.
LCD:
gen4 50DCT
PmmC 2.0
Comment