u8g2-copy/doc/u8g2.txt

16 lines
404 B
Plaintext
Raw Normal View History

2015-11-09 02:02:19 +08:00
U8glib V2: Features and Limitations
2015-11-14 19:32:43 +08:00
- Arduino Standard Libs
- Full Memory Buffer
2015-11-09 02:02:19 +08:00
- Unicode Support
Unicode plane 0 (Basic Multilingual Plane, BMP, glyphs with 0x0000-0xffff)
is fully supported.
Limitation: Unicode planes > 0 are not supported
- UTF-8 Support
2 and 3 byte sequences are detected and handled.
Limitation:
2015-11-10 05:30:06 +08:00
Behavior for sequences with more than 3 bytes is unknown.
2015-11-09 02:02:19 +08:00