Commit Graph

2745 Commits

Author SHA1 Message Date
kraus b9d04daa26 issue #2053 2022-12-17 11:32:08 +01:00
kraus f0087e3db1 issue #2051 2022-12-15 06:42:22 +01:00
kraus 696806ae98 issue #2051 2022-12-14 23:09:21 +01:00
kraus cc972290f0 issue #2051 ino exec 2022-12-14 23:06:22 +01:00
kraus b539a3c767 issue #2051 ino 2022-12-14 23:06:03 +01:00
kraus 89218d2909 issue #2051 codebuild 2022-12-14 22:58:49 +01:00
kraus 8f0d9b343e issue #2051 2022-12-14 22:58:25 +01:00
kraus cd5b4704a8 Merge branch 'master' of https://github.com/olikraus/u8g2 2022-12-11 09:25:34 +01:00
kraus 325fbe7d0e Bugfix: Clear font_height_mode during setup to ensure correct default values in
cases where the u8g2 struct / class is created via dynamic memory allocation (issue #2046)
2022-12-11 09:24:32 +01:00
olikraus bdc8d2beda
Merge pull request #2044 from chrissbarr/minor-typo-fixes
Fix minor comment typos
2022-12-10 08:06:04 +01:00
Chris 5aa2c32c6d Fix minor comment typos 2022-12-10 17:25:51 +10:30
kraus 90b190043d update 2022-12-07 19:17:08 +01:00
kraus 2f222ff8a1 2.34.6 2022-12-04 21:44:24 +01:00
kraus 2104af8263 issue #1959 2022-12-04 21:43:28 +01:00
kraus 1b127e22fc Merge branch 'master' of https://github.com/olikraus/u8g2 2022-12-04 21:40:31 +01:00
kraus 2bf0099748 issue #1959 fixed 96x39 2022-12-04 21:40:22 +01:00
olikraus 698b7edd4a
Merge pull request #2024 from m3y54m/m3y54m-u8g2_DrawButtonUTF8-error-fix
Update CMakeLists.txt
2022-11-22 21:31:31 +01:00
Meysam b0f27c6a9d
Update CMakeLists.txt
Fix compile error: undefined reference to `u8g2_DrawButtonUTF8`
2022-11-22 23:56:54 +03:30
kraus fd1cb04e1e issue #2002 2022-11-22 20:51:16 +01:00
kraus 248c0455c8 Merge branch 'master' of https://github.com/olikraus/u8g2 2022-11-20 22:37:06 +01:00
kraus f06115d6f3 update 2022-11-20 22:37:00 +01:00
olikraus 8066710d44
Update README.md 2022-11-20 21:09:30 +01:00
kraus ff99bfeb5c readme 2022-11-20 21:08:02 +01:00
kraus 91d208bebe Merge branch 'master' of https://github.com/olikraus/u8g2 2022-11-20 21:07:16 +01:00
kraus 9f88242bbd readme 2022-11-20 21:07:11 +01:00
olikraus bed4e97052 win exe 2022-11-20 20:54:53 +01:00
kraus 08dd8555ec update 2022-11-20 20:50:29 +01:00
kraus 17c063193f update 2022-11-20 20:47:58 +01:00
kraus a3c7ab4886 Merge branch 'master' of https://github.com/olikraus/u8g2 2022-11-20 20:46:50 +01:00
kraus 15c7a6ce31 update 2022-11-20 20:46:45 +01:00
olikraus 31d70d4eba update 2022-11-20 20:18:43 +01:00
olikraus 79e25e826f bmf2bdf.exe windows exe 2022-11-20 19:31:10 +01:00
kraus 2c2dcd65f1 -u option 2022-11-20 18:23:18 +01:00
kraus 67e0003eef -l and -h options 2022-11-20 16:45:21 +01:00
kraus 58ad8f58e2 add -x option 2022-11-20 13:20:31 +01:00
kraus e70dde2a44 add -p option 2022-11-20 12:53:14 +01:00
kraus 494cf3dbb0 update 2022-11-20 08:31:33 +01:00
kraus 19b1e2068f Merge branch 'master' of https://github.com/olikraus/u8g2 2022-11-20 00:45:05 +01:00
kraus 74823d48f6 bmf2bdf 2022-11-20 00:43:40 +01:00
kraus aac75a052d update 2022-11-19 21:06:44 +01:00
olikraus d23f3543a9
Merge pull request #2010 from dewhisna/MiniCore_ATmega328PB_Fix
Fix ATmega328PB build with AVR MiniCore (such as PlatformIO uses)
2022-11-15 17:33:25 +01:00
Donna Whisnant 8d87c0c56b Fix ATmega328PB build with AVR MiniCore (such as PlatformIO uses)
by including the 'Wire1.h' header for 2nd I2C port.
Fixes #1890
2022-11-15 10:16:35 -06:00
kraus 4d09398157 Merge remote-tracking branch 'refs/remotes/origin/master' 2022-11-13 23:07:10 +01:00
olikraus ea092757ab
Merge pull request #2009 from kasitoru/patch-1
Checking the definition of MUI_MAX_TEXT_LENGTH
2022-11-13 23:06:24 +01:00
Sergey Avdeev 4d1aa4df45
Checking the definition of MUI_MAX_TEXT_LENGTH
This will allow to change the value of MUI_MAX_TEXT_LENGTH at the compilation stage without editing the source code.
2022-11-13 23:28:01 +03:00
kraus 7e24452914 2.34.5 2022-11-05 23:41:43 +01:00
kraus ab435fb7d3 issue #1998 inoupdate exec 2022-11-05 23:37:34 +01:00
kraus a3fc72612f issue #1998 inoupdate 2022-11-05 23:37:18 +01:00
kraus 3f3347fdc3 issue #1998 codebuild exec 2022-11-05 23:34:40 +01:00
kraus 8f715772c2 issue #1998 codebuild 2022-11-05 23:34:29 +01:00