Hello,
Today I work with the issue about MULTIEDIT cannot display the "!" and """. Here's my finding:
The MULTIEDIT is told to display "!" or """ from the key buffer after calling GUI_StoreKeyMsg().
There is a conflict, as the ASCII code of "!" is 0x21 (aka 33), which is the same value as the functional key "PGUP";
also, the ASCII code of """ is 0x22 (aka 34), which is the same value as the functional key "PGDOWN":
Now in my project the handling for GUI_KEY_PGUP and GUI_KEY_PGDOWN are removed as a work round.
So, is there a solution to the conflict?
My emWin version is v5.44b.
Any idea is welcome!
Thanks in advance!
Regards,
Kenmux
Today I work with the issue about MULTIEDIT cannot display the "!" and """. Here's my finding:
The MULTIEDIT is told to display "!" or """ from the key buffer after calling GUI_StoreKeyMsg().
There is a conflict, as the ASCII code of "!" is 0x21 (aka 33), which is the same value as the functional key "PGUP";
also, the ASCII code of """ is 0x22 (aka 34), which is the same value as the functional key "PGDOWN":
Now in my project the handling for GUI_KEY_PGUP and GUI_KEY_PGDOWN are removed as a work round.
So, is there a solution to the conflict?
My emWin version is v5.44b.
Any idea is welcome!
Thanks in advance!
Regards,
Kenmux