How can i write arabic words ? #3689
Replies: 4 comments 2 replies
-
I found this discussion
Using LVGL... Don't know if it's helpful, but.
https://forum.lvgl.io/t/how-to-use-font-dejavu-16-persian-hebrew-font/4074/3
…On Tue, Mar 25, 2025, 02:43 NatachaJee ***@***.***> wrote:
hi.
can anyone help me?
*how can i write arabic words ?*
microcontroller : sTM32H743
Screen : TFT 170 * 320 ST7789 Driver
—
Reply to this email directly, view it on GitHub
<#3689>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBMPKRRFQAUWGD7UYIDWWL2WCYF3AVCNFSM6AAAAABZWK7LZGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGEZDKMJQG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
LVGL
Arabic and Persian support
Show original text
There are some special rules for displaying Arabic and Persian characters:
The form of a character depends on its position in the text. Different
forms of the same letter are used when it is in isolated, initial, middle
or final position. Apart from this, some connection rules should be taken
into account.
LVGL will support these rules if macros are enabled
LV_USE_ARABIC_PERSIAN_CHARS.
However, there are some limitations:
This feature is only supported for display text (such as labels), not for
text input boxes (such as text areas).
Static text (i.e. constants) are not processed. For example,
lv_label_set_text()text set by the function lv_label_set_text_static will
be "arabic processed", but lv_label_set_text_static will not.
The text getting functions (for example lv_label_get_text()) will return
the processed text.
…On Tue, Mar 25, 2025, 02:43 NatachaJee ***@***.***> wrote:
hi.
can anyone help me?
*how can i write arabic words ?*
microcontroller : sTM32H743
Screen : TFT 170 * 320 ST7789 Driver
—
Reply to this email directly, view it on GitHub
<#3689>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBMPKRRFQAUWGD7UYIDWWL2WCYF3AVCNFSM6AAAAABZWK7LZGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGEZDKMJQG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I try this library by combine with TFT_eSPI that work!!! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Looks like you found a couple of pieces to get the result, inshallah...
…On Tue, Mar 25, 2025, 12:53 NatachaJee ***@***.***> wrote:
I try this library by combine with TFT_eSPI that work!!!
—
Reply to this email directly, view it on GitHub
<#3689 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBMPKS2IS6XYICIDDGRXCT2WE7T3AVCNFSM6AAAAABZWK7LZGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRRGQYTGNY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi.
can anyone help me?
how can i write arabic words ?
microcontroller : sTM32H743
Screen : TFT 170 * 320 ST7789 Driver
Beta Was this translation helpful? Give feedback.
All reactions