-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added examples to display arabic using LGFX #669
Conversation
hi, thanks for contributing 👍
|
|
3rd point is straightforward, to make the folder compliant with Arduino example style, e.g. if the example sketch folder is named All you have to do is create this file:
then paste this code: #include "main/main.cpp" The second example only needs a generic text sample (max 100 chars) to demonstrate the advertised feature. |
Thank you for the pull request. |
What about just it being the Arabic example that uses google's font Amiri? |
Please keep your example code concise and easy to understand. |
After starting this issue: #655
tobozo recommended that I make a pull request with the arabic example added so I did.
I added two folders:
both showcase two different ways of trying to display arabic the first uses the usual arabic unicode and modifies it with the code, and the second makes use of the private use section in unicode and assigns a unicode for each letter for each form for each tashkeel (diacritical marks). (Not all possible combinations are included because the font was made for quran only)
Thank you.