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-12-09 04:30:14 +08:00
|
|
|
- 3-wire-SPI
|
2015-11-14 19:32:43 +08:00
|
|
|
|
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-28 03:23:32 +08:00
|
|
|
|
2015-12-23 16:04:24 +08:00
|
|
|
- Compilation speed improved (font data)
|
2015-11-28 03:23:32 +08:00
|
|
|
|
|
|
|
- "Text only" sub library
|
|
|
|
|
|
|
|
- less RAM/ROM usage
|
|
|
|
|
|
|
|
- Hardware supported display flip
|
|
|
|
|
|
|
|
- Better hardware support
|
|
|
|
|
2015-12-23 16:04:24 +08:00
|
|
|
|
|
|
|
u8g vs. u8g2
|
|
|
|
- begin() must be called
|
2015-12-23 17:44:20 +08:00
|
|
|
- constructor contains name of communicaton interface and
|
|
|
|
also contains the display orientation as first argument
|