Skip to content

Commit 6339007

Browse files
committed
2.33.14
1 parent 4d02f69 commit 6339007

11 files changed

+94
-71
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Description: https://github.com/olikraus/u8g2/wiki
88

99
Issue Tracker: https://github.com/olikraus/u8g2/issues
1010

11-
Download (2.33.13): https://github.com/olikraus/U8g2_Arduino/archive/master.zip
11+
Download (2.33.14): https://github.com/olikraus/U8g2_Arduino/archive/master.zip
1212

examples/page_buffer/SelectionList/SelectionList.ino

+5-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
//U8G2_SSD1312_128X64_NONAME_1_SW_I2C u8g2(U8G2_R0, /* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ 8);
6969
//U8G2_SSD1312_128X64_NONAME_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ 8);
7070
//U8G2_SH1106_128X64_NONAME_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8);
71-
//U8G2_SH1106_128X64_NONAME_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE);
71+
U8G2_SH1106_128X64_NONAME_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE);
7272
//U8G2_SH1106_128X64_VCOMH0_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but maximizes setContrast() range
7373
//U8G2_SH1106_128X64_WINSTAR_1_4W_HW_SPI u8g2(U8G2_R0, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8); // same as the NONAME variant, but uses updated SH1106 init sequence
7474
//U8G2_SH1106_128X32_VISIONOX_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE);
@@ -328,9 +328,12 @@ void setup(void) {
328328

329329
// U8g2 SH1106 Proto-Shield
330330
//u8g2.begin(/* menu_select_pin= */ 2, /* menu_next_pin= */ 4, /* menu_prev_pin= */ 7, /* menu_up_pin= */ 6, /* menu_down_pin= */ 5, /* menu_home_pin= */ 3);
331+
332+
// U8g2 SH1106 MUI Test Shield
333+
u8g2.begin(/* menu_select_pin= */ 6, /* menu_next_pin= */ 7, /* menu_prev_pin= */ 5, /* menu_up_pin= */ U8X8_PIN_NONE, /* menu_down_pin= */ U8X8_PIN_NONE, /* menu_home_pin= */ U8X8_PIN_NONE);
331334

332335
// DOGS102 Shield (http://shieldlist.org/controlconnection/dogs102)
333-
u8g2.begin(/* menu_select_pin= */ 5, /* menu_next_pin= */ 4, /* menu_prev_pin= */ 2, /* menu_up_pin= */ U8X8_PIN_NONE, /* menu_down_pin= */ U8X8_PIN_NONE, /* menu_home_pin= */ 3);
336+
//u8g2.begin(/* menu_select_pin= */ 5, /* menu_next_pin= */ 4, /* menu_prev_pin= */ 2, /* menu_up_pin= */ U8X8_PIN_NONE, /* menu_down_pin= */ U8X8_PIN_NONE, /* menu_home_pin= */ 3);
334337

335338
// DOGM128 Shield (http://shieldlist.org/schmelle2/dogm128) + DOGXL160 Shield
336339
//u8g2.begin(/* menu_select_pin= */ 2, /* menu_next_pin= */ 3, /* menu_prev_pin= */ 7, /* menu_up_pin= */ U8X8_PIN_NONE, /* menu_down_pin= */ U8X8_PIN_NONE, /* menu_home_pin= */ 8);

extras/ChangeLog

+5-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,11 @@ https://github.com/olikraus/u8g2 ChangeLog
292292
* ST7586 JLX384160 (issue 1932)
293293
* LC7981 128X128, NOT TESTED (issue 1913)
294294
* SSD1316 96x32 (issue 1938)
295+
* GP1287AI 256X50, GP1247AI 253X63 contributed (issue 1907)
295296
* Added support for IST3088 (issue 1887)
296-
* Added support for GP1287AI (issue 1907)
297297
* Double size font functions: drawGlyphX2, drawStrX2, drawUTF8X2 (issue 1919)
298298
* Experimental support for ST75160, TESTING REQUIRED (issue 1642)
299-
* Bugfix font compression: Reduced fontsize by up to 4% (issue 1941)
299+
* Bugfix font compression: Reduced fontsize by up to 4% (issue 1941)
300+
* Changed SPI mode for SH1106 from 3 to 0 (issue 1901)
301+
302+

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=U8g2
2-
version=2.33.13
2+
version=2.33.14
33
author=oliver <[email protected]>
44
maintainer=oliver <[email protected]>
55
sentence=Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1312, SSD1316, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel.

src/clib/mui.c

+4
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,10 @@ void mui_SendSelect(mui_t *ui)
906906
/*
907907
Same as mui_SendSelect(), but will try to find a field, which is marked as "execute on select" (MUIF_EXECUTE_ON_SELECT_BUTTON).
908908
If such a field exists, then this field is executed, otherwise the current field will receive the select message.
909+
910+
MUIF_EXECUTE_ON_SELECT_BUTTON is set by muif macro MUIF_EXECUTE_ON_SELECT_BUTTON
911+
912+
used by MUIInputVersatileRotaryEncoder.ino example
909913
*/
910914
void mui_SendSelectWithExecuteOnSelectFieldSearch(mui_t *ui)
911915
{

src/clib/mui_u8g2.c

+1
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ uint8_t mui_u8g2_btn_exit_wm_fi(mui_t *ui, uint8_t msg)
616616
if ( value != NULL )
617617
*value = ui->arg;
618618
}
619+
mui_SaveForm(ui); // store the current form and position so that the child can jump back
619620
mui_LeaveForm(ui);
620621
return 1;
621622
case MUIF_MSG_CURSOR_LEAVE:

src/clib/mui_u8g2.h

+9-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,15 @@ u8g2_uint_t mui_get_x(mui_t *ui);
128128
u8g2_uint_t mui_get_y(mui_t *ui);
129129
u8g2_t *mui_get_U8g2(mui_t *ui);
130130

131-
u8g2_uint_t mui_u8g2_get_draw_button_pi_flags(mui_t *ui) MUI_NOINLINE;
132-
void mui_u8g2_draw_button_utf(mui_t *ui, u8g2_uint_t flags, u8g2_uint_t width, u8g2_uint_t padding_h, u8g2_uint_t padding_v, const char *text) MUI_NOINLINE;
133-
void mui_u8g2_draw_button_utf_pi(mui_t *ui, u8g2_uint_t width, u8g2_uint_t padding_h, const char *text);
131+
void mui_u8g2_draw_button_utf(mui_t *ui, u8g2_uint_t flags, u8g2_uint_t width, u8g2_uint_t padding_h, u8g2_uint_t padding_v, const char *text);
132+
u8g2_uint_t mui_u8g2_get_pi_flags(mui_t *ui);
133+
void mui_u8g2_draw_button_pi(mui_t *ui, u8g2_uint_t width, u8g2_uint_t padding_h, const char *text);
134+
u8g2_uint_t mui_u8g2_get_fi_flags(mui_t *ui);
135+
void mui_u8g2_draw_button_fi(mui_t *ui, u8g2_uint_t width, u8g2_uint_t padding_h, const char *text);
136+
u8g2_uint_t mui_u8g2_get_pf_flags(mui_t *ui);
137+
void mui_u8g2_draw_button_pf(mui_t *ui, u8g2_uint_t width, u8g2_uint_t padding_h, const char *text);
138+
u8g2_uint_t mui_u8g2_get_if_flags(mui_t *ui);
139+
void mui_u8g2_draw_button_if(mui_t *ui, u8g2_uint_t width, u8g2_uint_t padding_h, const char *text);
134140

135141

136142

src/clib/u8x8_d_gp1247ai.c

+33-30
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
/*
22
3-
u8x8_d_gp1247ai.c
4-
5-
Universal 8bit Graphics Library (https://github.com/olikraus/u8g2/)
6-
7-
Copyright (c) 2016, [email protected]
8-
All rights reserved.
9-
10-
Redistribution and use in source and binary forms, with or without modification,
11-
are permitted provided that the following conditions are met:
12-
13-
* Redistributions of source code must retain the above copyright notice, this list
14-
of conditions and the following disclaimer.
15-
16-
* Redistributions in binary form must reproduce the above copyright notice, this
17-
list of conditions and the following disclaimer in the documentation and/or other
18-
materials provided with the distribution.
19-
20-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
21-
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
22-
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
23-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
25-
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27-
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
30-
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
31-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
32-
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3+
u8x8_d_gp1247ai.c
4+
5+
https://github.com/olikraus/u8g2/issues/1907
6+
https://github.com/olikraus/u8g2/pull/1892
7+
8+
Universal 8bit Graphics Library (https://github.com/olikraus/u8g2/)
9+
10+
Copyright (c) 2022, [email protected]
11+
All rights reserved.
12+
13+
Redistribution and use in source and binary forms, with or without modification,
14+
are permitted provided that the following conditions are met:
15+
16+
* Redistributions of source code must retain the above copyright notice, this list
17+
of conditions and the following disclaimer.
18+
19+
* Redistributions in binary form must reproduce the above copyright notice, this
20+
list of conditions and the following disclaimer in the documentation and/or other
21+
materials provided with the distribution.
22+
23+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
24+
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
25+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
26+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
30+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
33+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
35+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3336
3437
*/
3538

src/clib/u8x8_d_gp1287ai.c

+33-30
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
/*
22
3-
u8x8_d_gp1287ai.c
4-
5-
Universal 8bit Graphics Library (https://github.com/olikraus/u8g2/)
6-
7-
Copyright (c) 2016, [email protected]
8-
All rights reserved.
9-
10-
Redistribution and use in source and binary forms, with or without modification,
11-
are permitted provided that the following conditions are met:
12-
13-
* Redistributions of source code must retain the above copyright notice, this list
14-
of conditions and the following disclaimer.
15-
16-
* Redistributions in binary form must reproduce the above copyright notice, this
17-
list of conditions and the following disclaimer in the documentation and/or other
18-
materials provided with the distribution.
19-
20-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
21-
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
22-
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
23-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
25-
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27-
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
30-
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
31-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
32-
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3+
u8x8_d_gp1287ai.c
4+
5+
https://github.com/olikraus/u8g2/issues/1907
6+
https://github.com/olikraus/u8g2/pull/1892
7+
8+
Universal 8bit Graphics Library (https://github.com/olikraus/u8g2/)
9+
10+
Copyright (c) 2022, [email protected]
11+
All rights reserved.
12+
13+
Redistribution and use in source and binary forms, with or without modification,
14+
are permitted provided that the following conditions are met:
15+
16+
* Redistributions of source code must retain the above copyright notice, this list
17+
of conditions and the following disclaimer.
18+
19+
* Redistributions in binary form must reproduce the above copyright notice, this
20+
list of conditions and the following disclaimer in the documentation and/or other
21+
materials provided with the distribution.
22+
23+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
24+
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
25+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
26+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
30+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
33+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
35+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3336
3437
*/
3538

src/clib/u8x8_d_ssd1306_128x64_noname.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ static const u8x8_display_info_t u8x8_sh1106_128x64_noname_display_info =
464464
/* sda_setup_time_ns = */ 50, /* SSD1306: 15ns, but cycle time is 100ns, so use 100/2 */
465465
/* sck_pulse_width_ns = */ 50, /* SSD1306: 20ns, but cycle time is 100ns, so use 100/2, AVR: below 70: 8 MHz, >= 70 --> 4MHz clock */
466466
/* sck_clock_hz = */ 4000000UL, /* since Arduino 1.6.0, the SPI bus speed in Hz. Should be 1000000000/sck_pulse_width_ns, increased to 8MHz (issue 215) */
467-
/* spi_mode = */ 3, /* active low (clock is high by default), rising edge, this seems to be a difference to the ssd1306 */
467+
/* spi_mode = */ 0, /* issue 1901: changed mode from 3 to 0 */
468468
/* i2c_bus_clock_100kHz = */ 4,
469469
/* data_setup_time_ns = */ 40,
470470
/* write_pulse_width_ns = */ 150, /* SSD1306: cycle time is 300ns, so use 300/2 = 150 */

src/clib/u8x8_debounce.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ static uint8_t u8x8_find_first_diff(uint8_t a, uint8_t b)
102102
103103
*/
104104

105-
#ifndef __unix__
105+
#ifdef __unix__xxxxxx_THIS_IS_DISABLED
106106

107107
#include <stdio.h>
108108
#include <stdlib.h>

0 commit comments

Comments
 (0)