u8g2-copy/doc/u8g2.txt

32 lines
724 B
Plaintext

U8glib V2: Features and Limitations
- Arduino Standard Libs
- Full Memory Buffer
- 3-wire-SPI
- 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:
Behavior for sequences with more than 3 bytes is unknown.
- Compilation speed improved (font data)
- "Text only" sub library
- less RAM/ROM usage
- Hardware supported display flip
- Better hardware support
u8g vs. u8g2
- begin() must be called
- constructor contains name of communicaton interface and
also contains the display orientation as first argument