olikraus
|
6b26e20526
|
fixed unused 'x' warning, issue #2756
|
2026-03-08 08:32:45 +01:00 |
|
olikraus
|
4aa652f143
|
Merge branch 'master' of https://github.com/olikraus/u8g2
|
2026-03-08 07:49:47 +01:00 |
|
olikraus
|
3f30eca263
|
SW I2C, issue 2744
|
2026-03-08 07:49:39 +01:00 |
|
 olikrausandGitHub
|
714ac83357
|
Merge pull request #2753 from basilfx/feature/signed_compare
fix: several compilation issues under LLVM and more
|
2026-03-01 22:24:01 +01:00 |
|
Bas Stottelaar
|
830dcdf0c3
|
fix: silence unused variable warning in assert(..)
When assert(..) is a no-op, compilers may warn about the variable
being unused. Explicitly marking it to silence the warning.
|
2026-03-01 22:22:43 +01:00 |
|
Bas Stottelaar
|
acd6667d45
|
fix: use memcpy to prevent memory alignment error
|
2026-03-01 22:22:43 +01:00 |
|
Bas Stottelaar
|
3cac0da0c9
|
fix: cast rad to u8g2_int_t in u8g2_draw_arc
|
2026-03-01 22:22:43 +01:00 |
|
 olikrausandGitHub
|
b94e4ed268
|
Merge pull request #2733 from marshfolx/master
Add conditional definition for u8g_sdl_multiple
|
2026-03-01 21:42:02 +01:00 |
|
 olikrausandGitHub
|
0df96f84d9
|
Merge pull request #2749 from iggymayer/master
Add support SSD1362Z OEL1M0033-W-E 256x64
|
2026-03-01 21:36:41 +01:00 |
|
 olikrausandGitHub
|
e1ce4e5241
|
Merge pull request #2743 from krishchan007/pico-hal
Add RP2040,RP2350 / Raspberry Pi Pico HAL
|
2026-03-01 20:37:09 +01:00 |
|
 marshfolxandGitHub
|
4c15beef68
|
Merge branch 'olikraus:master' into master
|
2026-02-04 16:28:06 +08:00 |
|
Ikitursa
|
e06122c30b
|
Add support SSD1362Z OEL1M0033-W-E 256x64
|
2026-02-03 17:51:29 +08:00 |
|
krishchan007
|
b472b7cb74
|
Add pico hal files
Add RP2040/RP2350 Pico HAL example
|
2026-01-21 17:08:35 +05:30 |
|
olikraus
|
764ee93150
|
2.36.17
|
2026-01-16 18:06:14 +01:00 |
|
olikraus
|
f53ee95dec
|
issue #2164 renamed the driver to uc1698_160x160
2.36.17
|
2026-01-16 18:04:19 +01:00 |
|
olikraus
|
0f9dbc8f6c
|
issue #2164 ino exec
|
2026-01-16 17:58:12 +01:00 |
|
olikraus
|
30384e30f2
|
issue #2164 inoupdate
|
2026-01-16 17:58:03 +01:00 |
|
olikraus
|
bac05c77c7
|
issue #2164 codebuild
|
2026-01-16 17:52:30 +01:00 |
|
olikraus
|
13378efa82
|
issue #2164
|
2026-01-16 17:52:15 +01:00 |
|
 olikrausandGitHub
|
7b5b81d7f9
|
Merge pull request #2740 from Jack-by/Add-uc1698u-from-Jack-by
Add new LCD ERC160160 on uc1698u
|
2026-01-16 17:43:34 +01:00 |
|
Jack-by
|
877da00bad
|
Add new LCD ERC160160 on uc1698u
u8x8.h
+ uint8_t u8x8_d_uc1698u_cg160160(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr);
u8g2_d_setup.c
+ /* uc1698u f */
+ void u8g2_Setup_uc1698u_cg160160(u8g2_t *u8g2, const u8g2_cb_t *rotation, u8x8_msg_cb byte_cb, u8x8_msg_cb gpio_and_delay_cb)
+ {
+ uint8_t tile_buf_height;
+ uint8_t *buf;
+ u8g2_SetupDisplay(u8g2, u8x8_d_uc1698u_cg160160, u8x8_cad_001, byte_cb, gpio_and_delay_cb);
+ buf = u8g2_m_20_20_f(&tile_buf_height);
+ u8g2_SetupBuffer(u8g2, buf, tile_buf_height, u8g2_ll_hvline_horizontal_right_lsb, rotation);
+ }
+ u8x8_d_uc1698.c
|
2026-01-16 10:39:24 +03:00 |
|
olikraus
|
dbd338af5d
|
changelog issue #2737
2.36.16
|
2026-01-13 10:28:03 +01:00 |
|
olikraus
|
da52fab3b0
|
ino updata issue #2737
|
2026-01-13 10:25:12 +01:00 |
|
olikraus
|
a45d5bb4c2
|
codebuild issue #2737
|
2026-01-13 10:17:56 +01:00 |
|
olikraus
|
6d8b488aa0
|
issue #2737
|
2026-01-13 10:15:56 +01:00 |
|
 marshfolxandGitHub
|
2948c5a747
|
Add conditional definition for u8g_sdl_multiple
use U8G2_U8G_SDL_MULTIPLE to adjust window size and pixel size.
|
2025-12-11 14:10:10 +08:00 |
|
olikraus
|
924f3a9344
|
pdf
|
2025-11-09 19:19:39 +01:00 |
|
olikraus
|
7d5e8eb5db
|
Merge branch 'master' of https://github.com/olikraus/u8g2
|
2025-11-09 17:02:27 +01:00 |
|
olikraus
|
5ccf78963c
|
update
|
2025-11-09 17:02:19 +01:00 |
|
 olikrausandGitHub
|
6d17a22ad6
|
Merge pull request #2714 from koendv/master
rt-thread: take spi bus
|
2025-10-26 19:12:34 +01:00 |
|
Koen De Vleeschauwer
|
7bd9d45461
|
rt-thread: take spi bus
|
2025-10-24 10:28:18 +02:00 |
|
 olikrausandGitHub
|
c3d4b1fd8e
|
Merge pull request #2713 from marshfolx/master
Fix SDL compilation issue #2710
|
2025-10-21 21:44:22 +02:00 |
|
 marshfolxandGitHub
|
e8196b627f
|
Include stdio.h in u8x8_d_sdl_128x64.c
Added stdio.h for additional functionality.
|
2025-10-21 09:29:41 +08:00 |
|
 marshfolxandGitHub
|
8b9c51af95
|
Add cppsrc to target include directories
|
2025-10-21 09:25:44 +08:00 |
|
olikraus
|
13ad1b76cc
|
2.36.15
|
2025-10-20 22:19:06 +02:00 |
|
olikraus
|
76b5646dd7
|
inoupdate, issue #2711
2.36.15
|
2025-10-20 22:16:06 +02:00 |
|
olikraus
|
7f4ac28bd6
|
codebuild exec, issue #2711
|
2025-10-20 22:10:31 +02:00 |
|
olikraus
|
efbf7beebb
|
code updates, issue #2711
|
2025-10-20 22:08:37 +02:00 |
|
olikraus
|
a7d232c1b7
|
2.36.14
|
2025-10-10 23:36:16 +02:00 |
|
olikraus
|
14647b886f
|
ino update issue #2661
2.36.14
|
2025-10-10 23:30:28 +02:00 |
|
olikraus
|
910b1d417c
|
codebuild issue #2661
|
2025-10-10 23:28:11 +02:00 |
|
olikraus
|
bb3df88faa
|
Merge branch 'master' of https://github.com/olikraus/u8g2
|
2025-10-10 23:26:59 +02:00 |
|
olikraus
|
f0cd14ba78
|
code takeover issue #2661
|
2025-10-10 23:26:50 +02:00 |
|
 olikrausandGitHub
|
871b7c11e1
|
Merge pull request #2706 from egnor/master
minor quality of life improvements to bdfconv build
|
2025-10-10 21:01:51 +02:00 |
|
olikraus
|
06d6a72b72
|
2.36.13
|
2025-10-10 20:45:22 +02:00 |
|
olikraus
|
8186948983
|
inupdate exec issue #2702
2.36.13
|
2025-10-10 19:57:51 +02:00 |
|
olikraus
|
0303860f55
|
inupdate issue #2702
|
2025-10-10 19:57:42 +02:00 |
|
olikraus
|
44e5698385
|
codebuild exec issue #2702
|
2025-10-10 19:55:26 +02:00 |
|
olikraus
|
d68208ce85
|
c-code and codebuild issue #2702
|
2025-10-10 19:55:02 +02:00 |
|
Dan Egnor
|
e048fe1f87
|
minor QoL improvements to bdfconv build
|
2025-10-09 10:46:29 -07:00 |
|