mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[P104] Updated documentation for Cyrillic font
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.. include:: ../Plugin/_plugin_substitutions_p10x.repl
|
||||
.. _P104-Font-Cyrillic-ext_page:
|
||||
|
||||
|P104-Font-Cyrillic-ext_typename|
|
||||
======================================================
|
||||
|
||||
A set of Cyrillic characters, as an extension to the regular ASCII characters, numerics and punctuation.
|
||||
|
||||
.. image:: P104_Font_Cyrillic-ext.png
|
||||
@@ -227,9 +227,9 @@ Available options:
|
||||
.. image:: P104_ZoneFontOptions.png
|
||||
:alt: Zone font options
|
||||
|
||||
All available fonts have been taken from the example code of the used Parola library.
|
||||
Most available fonts have been taken from the example code of the used Parola library, and the Cyrillic font from a post in the arduino.ru forum.
|
||||
|
||||
The Arabic, Greek and Katakana fonts have all their characters in the 'high-ascii' range (> 128 ascii values), so they can (and should) **not** be used to 'translate' normal text to Arabic, Greek or Katakana.
|
||||
The Arabic, Greek, Katakana and Cyrillic fonts have all their characters in the 'high-ascii' range (> 128 ascii values), so they can (and should) **not** be used to 'translate' normal text to Arabic, Greek or Katakana.
|
||||
|
||||
On 'bin-size-challenged' builds the *Full, double height* font is replaced by the *Numeric, double height* font, to limit the bin-size a bit more. This font can display only numeric (actually hexadecimal, 0..9 and A..F) and date/time content.
|
||||
|
||||
@@ -244,6 +244,7 @@ Font overview:
|
||||
* :ref:`P104-Font-Arabic_page`
|
||||
* :ref:`P104-Font-Greek_page`
|
||||
* :ref:`P104-Font-Katakana_page`
|
||||
* :ref:`P104-Font-Cyrillic-ext_page`
|
||||
|
||||
.. spacer
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.8 KiB |
@@ -73,6 +73,7 @@
|
||||
.. |P104-Font-Arabic_typename| replace:: `Arabic font characters`
|
||||
.. |P104-Font-Greek_typename| replace:: `Greek font characters`
|
||||
.. |P104-Font-Katakana_typename| replace:: `Katakana font characters`
|
||||
.. |P104-Font-Cyrillic-ext_typename| replace:: `Cyrillic ext. font characters`
|
||||
|
||||
|
||||
.. |P105_name| replace:: :cyan:`AHT1x/AHT2x/DHT20/AM2301B`
|
||||
|
||||
Reference in New Issue
Block a user