-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
[FEATURE REQUEST] Cyrillic basic letters (ready-made font and code) #467
Comments
@geo-mesh maybe I something miss here. for example, "я" = 0x044F but not 0xEF |
Thanks for the information. I'll redo the code to UTF-16. |
I have already fixed this and added a new code with UTF-16. Thanks again. |
@geo-mesh Sir, can I ask you a little deal. Can you reserve 3 x 2 chars as well, please?
Thank you! |
wow! das ist fantastisch, thank you so much! |
btw. compact - the best, IMHO |
This is a great idea! I'm waiting for a full-fledged implementation in awtrix! |
@geo-mesh
1074 + 5 = 1079 not 1081 |
The python app emulate loading font and write font chars on canvas. |
Great job! When can we see this on awtrix watch? |
when topic starter help me to fix font. @geo-mesh |
10der Thank you for your interest and work. At some point, I realized that it was not enough just to add the HEX code of the font to the file "AwtrixFont.h" so that it would work and I stopped being interested in it. |
@geo-mesh https://tchapi.github.io/Adafruit-GFX-Font-Customiser/ |
- Rebranding AWTRIX Light to AWTRIX 3 - **Enhancements:** - Implemented median and mean filters for more accurate processing of raw data from LDR and BATT sensors. - Added Cyrillic support, limited to UPPERCASE letters. Issue #467 closed. 🇷🇺 - Introduced overlays for weather animations accessible via the /settings API or customapp/notifications. Available overlays: clear, snow, drizzle, rain, storm, thunder, frost. closes #454 - **Features:** - Added AP Mode timeout configuration via dev.json. ⏱️ - The hostname isnt the same as the MQTT prefix anymore. Instead you can set "hostname" in your dev.json. 🏠 - Supports SSIDs with 32 characters. 🔒 - Web port can now be changed via dev.json. 🌐 - Unified firmware versions for peripherals, allowing Ulanzi firmware to control DFPlayer and read temperature sensors and vice versa. Only port mapping differs. DFPlayer can be enabled in dev.json. 🔄 - **Bug Fixes:** - Resolved issue where using custom apps and sending text in colored fragments prevented reverting to a single color. Issue #464 closed. 🐛 - Fixed URL forwarding in the web interface. Issue #501 closed. 🔗 - **Miscellaneous:** - Added functionality to control the volume of the buzzer or DFPlayer via on-screen menu or settings API. 🔊 - Enabled reset button on the back of Ulanzi; holding it for 5 seconds initiates a full reset of the AWTRIX firmware. 🔧
- Rebranding AWTRIX Light to AWTRIX 3 - **Enhancements:** - Implemented median and mean filters for more accurate processing of raw data from LDR and BATT sensors. - Added Cyrillic support, limited to UPPERCASE letters. Issue #467 closed. 🇷🇺 - Introduced overlays for weather animations accessible via the /settings API or customapp/notifications. Available overlays: clear, snow, drizzle, rain, storm, thunder, frost. closes #454 - **Features:** - Added AP Mode timeout configuration via dev.json. ⏱️ - The hostname isnt the same as the MQTT prefix anymore. Instead you can set "hostname" in your dev.json. 🏠 - Supports SSIDs with 32 characters. 🔒 - Web port can now be changed via dev.json. 🌐 - Unified firmware versions for peripherals, allowing Ulanzi firmware to control DFPlayer and read temperature sensors and vice versa. Only port mapping differs. DFPlayer can be enabled in dev.json. 🔄 - **Bug Fixes:** - Resolved issue where using custom apps and sending text in colored fragments prevented reverting to a single color. Issue #464 closed. 🐛 - Fixed URL forwarding in the web interface. Issue #501 closed. 🔗 - **Miscellaneous:** - Added functionality to control the volume of the buzzer or DFPlayer via on-screen menu or settings API. 🔊 - Enabled reset button on the back of Ulanzi; holding it for 5 seconds initiates a full reset of the AWTRIX firmware. 🔧
- Rebranding AWTRIX Light to AWTRIX 3 - **Enhancements:** - Implemented median and mean filters for more accurate processing of raw data from LDR and BATT sensors. - Added Cyrillic support, limited to UPPERCASE letters. Issue #467 closed. 🇷🇺 - Introduced overlays for weather animations accessible via the /settings API or customapp/notifications. Available overlays: clear, snow, drizzle, rain, storm, thunder, frost. closes #454 - **Features:** - Added AP Mode timeout configuration via dev.json. ⏱️ - The hostname isnt the same as the MQTT prefix anymore. Instead you can set "hostname" in your dev.json. 🏠 - Supports SSIDs with 32 characters. 🔒 - Web port can now be changed via dev.json. 🌐 - Unified firmware versions for peripherals, allowing Ulanzi firmware to control DFPlayer and read temperature sensors and vice versa. Only port mapping differs. DFPlayer can be enabled in dev.json. 🔄 - **Bug Fixes:** - Resolved issue where using custom apps and sending text in colored fragments prevented reverting to a single color. Issue #464 closed. 🐛 - Fixed URL forwarding in the web interface. Issue #501 closed. 🔗 - **Miscellaneous:** - Added functionality to control the volume of the buzzer or DFPlayer via on-screen menu or settings API. 🔊 - Enabled reset button on the back of Ulanzi; holding it for 5 seconds initiates a full reset of the AWTRIX firmware. 🔧
At the moment, AWTRIX does not support the Cyrillic font. I would like to see the Cyrillic alphabet in future firmware releases, for this I created a "UPPERCASE font" of 5px and a "lowercase font" of 4px. I also wrote the HEX-code for these fonts (only the addresses need to be edited). Please let me know if I can now count on Cyrillic support in future projects?
The text was updated successfully, but these errors were encountered: