removed WPZOOM reference, #1513
This commit is contained in:
parent
a1d90dbdc6
commit
f2d2d93662
6
LICENSE
6
LICENSE
|
@ -3,12 +3,6 @@ The U8g2lib code (http://code.google.com/p/u8g2/) is licensed under the terms of
|
|||
the new-bsd license (two-clause bsd license).
|
||||
See also: http://www.opensource.org/licenses/bsd-license.php
|
||||
|
||||
The repository and optionally the releases contain icons, which are
|
||||
derived from the WPZOOM Developer Icon Set:
|
||||
http://www.wpzoom.com/wpzoom/new-freebie-wpzoom-developer-icon-set-154-free-icons/
|
||||
WPZOOM Developer Icon Set by WPZOOM is licensed under a Creative Commons
|
||||
Attribution-ShareAlike 3.0 Unported License.
|
||||
|
||||
Fonts are licensed under different conditions.
|
||||
See
|
||||
https://github.com/olikraus/u8g2/wiki/fntgrp
|
||||
|
|
|
@ -358,7 +358,7 @@ static const uint8_t u8x8_d_ssd1329_96x96_noname_init_seq[] = {
|
|||
|
||||
U8X8_C(0x0b7), /* set default gray scale table */
|
||||
|
||||
U8X8_CA(0x081, 0x070), /* contrast, brightness, 0..128 */
|
||||
U8X8_CA(0x081, 0x070), /* contrast, brightness, 0..255 */
|
||||
U8X8_CA(0x0b2, 0x051), /* frame frequency (row period) */
|
||||
U8X8_CA(0x0b1, 0x055), /* phase length */
|
||||
U8X8_CA(0x0bc, 0x010), /* pre-charge voltage level */
|
||||
|
|
Loading…
Reference in New Issue