3284 Commits
Author SHA1 Message Date
olikraus e9cb642b51 bdfconv comments 2025-06-11 18:41:52 +02:00
olikrausandGitHub 47ef6f7312 Merge pull request #2647 from iggymayer/master
Add support SSD1315 128x64
2025-06-10 16:56:32 +02:00
olikrausandGitHub ba4c36f714 Merge pull request #2648 from mwinters-stuff/master
Update cmake_minimum_version
2025-06-10 16:53:39 +02:00
Koen De Vleeschauwer 5a2a77f637 mui: uint8_t hex min/max 2025-06-08 07:35:12 +02:00
Ikitursa 8b77ba2b5d Modify codebuild.c and rebuild code
Modify codebuild.c and rebuild code
2025-05-23 18:30:52 +08:00
Mathew Winters 57b54c28fa Update cmake_minimum_version
The version is about to be depricated and needed updating to atleast 3.13 which pico sdk uses.
Stops the warning when building.

CMake Deprecation Warning at build/_deps/u8g2-src/CMakeLists.txt:1 (cmake_minimum_required):Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
2025-05-23 19:51:23 +12:00
Ikitursa 42607c2854 Update u8x8_d_ssd1315_128x64_noname.c
Modify the default value of the Iref register and related comments
2025-05-22 08:05:39 +08:00
Ikitursa 6268d03a62 Add support SSD1315 128x64
3W/4W SW/HW SPI
SW/HW I2C
2025-05-21 15:48:14 +08:00
olikrausandGitHub 44bfa99efd Merge pull request #2641 from whj4674672/rt-thread
Fix the implicit declaration of the function
2025-05-18 11:01:29 +02:00
wanghaijing 4053de5ed5 Fix the implicit declaration of the function 2025-05-09 11:23:51 +08:00
olikraus d85b6557c6 reverted codebuild optimization 2025-05-02 22:01:03 +02:00
olikraus f27be15217 update, size reduction 2025-04-18 12:18:55 +02:00
olikraus 173ceca4a1 update, size reduction 2025-04-18 12:17:26 +02:00
olikrausandGitHub 82efd57dae Merge pull request #2627 from koendv/master
bdfconv: add characters from utf8 text file
2025-04-11 21:34:08 +02:00
olikrausandGitHub 5675c87193 Merge pull request #2624 from ccrome/ccrome/add-erc128x64
Added erc128x64 display https://www.buydisplay.com/2-inch-low-cost-wh…
2025-04-11 21:08:23 +02:00
Koen De Vleeschauwer a21cb20c42 bdfconv: add characters from utf8 text file 2025-04-07 13:30:27 +02:00
caleb crome e0feb705fd Added erc128x64 display https://www.buydisplay.com/2-inch-low-cost-white-128x64-graphic-cog-lcd-display-st7567-spi 2025-03-30 18:23:17 -07:00
olikraus 1e92781057 update 2025-03-25 21:06:10 +01:00
olikraus dc42d10b4a #2621 2025-03-25 20:58:25 +01:00
olikraus 2b75f932b5 Merge branch 'master' of https://github.com/olikraus/u8g2 2025-02-22 13:47:31 +01:00
olikraus 4ab4651ea7 update 2025-02-22 13:47:24 +01:00
olikrausandGitHub 5f969586c7 Merge pull request #2594 from dkonigsberg/fix-2588
Subtract the offset included in the string width calculation
2025-02-17 23:34:55 +01:00
Derek Konigsberg 867923a0f8 Subtract the offset included in the string width calculation
When balanced string width calculation is enabled, the offset of the
first character is included in the string width value. This offset is
not used when drawing the string as part of a selection list, so
this behavior throws off the text alignment.

Fix #2588
2025-02-15 19:49:50 -08:00
olikraus df86c4b954 2.36.5 2025-02-09 22:58:14 +01:00
olikraus 041ae9a24c make ino #2565 2.36.5 2025-02-09 19:27:42 +01:00
olikraus 6c7126d53b ino #2565 2025-02-09 19:27:34 +01:00
olikraus da1a00a044 codebuild #2565 2025-02-09 19:25:58 +01:00
olikraus 812de51a6c #2585 2025-02-07 00:20:41 +01:00
olikraus b1db4b22b5 #2585 2025-02-06 21:26:12 +01:00
olikraus ef893381f9 create_release.sh update 2025-01-22 21:53:56 +01:00
olikraus f42beed34d 2.36.4 2025-01-22 21:47:12 +01:00
olikraus b48a479ab1 issue #2298 i2c cad 011 2.36.4 2025-01-22 21:41:42 +01:00
olikraus 2985691bbf 2.36.3 2025-01-19 16:38:28 +01:00
olikraus 61db1d8552 issue #2575, codebuild (2) 2.36.3 2025-01-19 16:32:48 +01:00
olikraus 039bbd3f5e issue #2575, ino 2025-01-19 16:29:35 +01:00
olikraus c6a27a206f issue #2575, codebuild 2025-01-19 16:25:41 +01:00
olikraus 297425f0ca issue #2575 2025-01-19 16:21:40 +01:00
olikraus 5fab5b9da6 update 2025-01-15 16:10:41 +01:00
olikraus 1a45c8c808 readme 2025-01-08 19:12:23 +01:00
olikraus edfe5be1cd readme 2025-01-08 19:11:21 +01:00
olikraus 8795849d3c Merge branch 'master' of https://github.com/olikraus/u8g2 2025-01-08 18:57:37 +01:00
olikraus 374b861299 update 2025-01-08 18:57:21 +01:00
olikrausandGitHub 9d44790efa Update README.md 2025-01-08 18:23:21 +01:00
olikraus 585bec3dc7 readme 2025-01-08 18:20:18 +01:00
olikraus 73d1cddca2 pics 2025-01-08 18:09:51 +01:00
olikraus 751e3b79e2 dma performance 2025-01-08 14:43:28 +01:00
olikraus e87871b0f6 update 2025-01-08 12:34:22 +01:00
olikraus 4fa7835c2c u8g2 stm32l0 dma example 2025-01-08 11:37:37 +01:00
olikraus a0eb1bada3 update 2025-01-08 01:57:14 +01:00
olikraus 9f8b9924b4 update 2025-01-07 16:50:23 +01:00