Replies: 3 comments 4 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
-
I still think that you don't need to change GRAPHICS mode for it. It can be done with dual buffering mode. |
Beta Was this translation helpful? Give feedback.
-
For P10 Monochrome display, I am using GRAPHICS_OR mode by commenting below lines in GRAPHICS_NORMAL.
**
**
This way I am able to display non english language characters properly, where some characters overlap eachother.
I want to have both FIXED and SCROLL screen at same time and able to do using SWAPBUFFERS
I have FIXED screen on left side. Scrolling text has non english language characters.
But by using Graphics_OR, the fixed screen portion starts showing both SCROLLING and FIXED text.
if I use Graphic_Normal, then the text in FIXED screen shows only fix text but then Scrolling text non english characters doesn't appear properly as they need OR function to display properly.
Can you suggest some solution? how to get this done.
Beta Was this translation helpful? Give feedback.
All reactions