olikraus
|
eb7ecaaa41
|
2.36.19
|
2026-05-17 21:15:27 +02:00 |
|
olikraus
|
46b7f48bcb
|
issue #2720
|
2026-05-17 15:51:54 +02:00 |
|
olikraus
|
6a245232a6
|
issue #1612
|
2026-05-17 15:12:37 +02:00 |
|
olikraus
|
3d0c4c383c
|
issue #2607
|
2026-05-17 14:42:24 +02:00 |
|
olikraus
|
88a0181f30
|
codebuild exec #issue 2607
|
2026-05-17 14:39:45 +02:00 |
|
olikraus
|
148aac6cf0
|
ST7586 240x64 #issue 2607
|
2026-05-17 14:34:01 +02:00 |
|
olikraus
|
8671bbd33e
|
sdl cicd
|
2026-05-17 10:44:03 +02:00 |
|
Bas Stottelaar
|
c2935e962c
|
fix: comment unused y in s1d15e06
|
2026-03-09 22:35:14 +01:00 |
|
olikraus
|
e4a582214c
|
st7305 300x400, issue #2661
|
2026-03-08 23:38:18 +01:00 |
|
olikraus
|
97b8dbea83
|
fixed unused 'x' warning with st7302, issue #2756
|
2026-03-08 08:37:49 +01:00 |
|
olikraus
|
6b26e20526
|
fixed unused 'x' warning, issue #2756
|
2026-03-08 08:32:45 +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
|
3cac0da0c9
|
fix: cast rad to u8g2_int_t in u8g2_draw_arc
|
2026-03-01 22:22:43 +01:00 |
|
Ikitursa
|
e06122c30b
|
Add support SSD1362Z OEL1M0033-W-E 256x64
|
2026-02-03 17:51:29 +08:00 |
|
olikraus
|
f53ee95dec
|
issue #2164 renamed the driver to uc1698_160x160
|
2026-01-16 18:04:19 +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 |
|
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
|
a45d5bb4c2
|
codebuild issue #2737
|
2026-01-13 10:17:56 +01:00 |
|
olikraus
|
6d8b488aa0
|
issue #2737
|
2026-01-13 10:15:56 +01: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
|
910b1d417c
|
codebuild issue #2661
|
2025-10-10 23:28:11 +02:00 |
|
olikraus
|
f0cd14ba78
|
code takeover issue #2661
|
2025-10-10 23:26:50 +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 |
|
olikraus
|
af74dbb903
|
issues #2447 and #2697
|
2025-09-21 11:42:56 +02:00 |
|
olikraus
|
364014d813
|
Merge branch 'master' of https://github.com/olikraus/u8g2
|
2025-09-20 22:01:39 +02:00 |
|
olikraus
|
c81ced176a
|
update
|
2025-09-20 22:01:20 +02:00 |
|
Koen De Vleeschauwer
|
83af552f5a
|
mui: add mui_get_text()
|
2025-07-17 10:20:16 +02:00 |
|
olikraus
|
c6db666524
|
fix warnings, issue #2669
|
2025-07-08 22:45:04 +02:00 |
|
olikraus
|
a289b88f0e
|
issue #2661, init code cleanup
|
2025-06-24 08:38:22 +02:00 |
|
olikraus
|
a6fbf9a4c4
|
issue #2661, y offset set to 0
|
2025-06-23 20:43:43 +02:00 |
|
olikraus
|
29582ea5c2
|
issue #2661, 0xb2 cmd: update frame rate format
|
2025-06-23 20:41:15 +02:00 |
|
olikraus
|
39ba69f16f
|
issue #2661, 0xb9 cmd: monochrome mode selection
|
2025-06-23 20:40:03 +02:00 |
|
olikraus
|
bc051bca24
|
issue #2661, disable low power mode 0x39 --> 0x38
|
2025-06-23 12:45:11 +02:00 |
|
olikraus
|
6a47805490
|
issue #2661, changed col addr cmd end position to 0x27
|
2025-06-23 12:43:02 +02:00 |
|
olikraus
|
5dd271ff54
|
issue #2661, y+=120
|
2025-06-23 12:41:31 +02:00 |
|
olikraus
|
38c093e41c
|
issue #2661 208 pixel configuration, cmd 0x2a update
|
2025-06-22 18:10:19 +02:00 |
|
olikraus
|
2a6fa4b816
|
issue #2661 codebuild exec
|
2025-06-22 18:06:59 +02:00 |
|
olikraus
|
f600742fd7
|
issue #2661 codebuild
|
2025-06-22 18:06:46 +02:00 |
|
olikraus
|
cffcd32682
|
update #2661
|
2025-06-22 13:50:56 +02:00 |
|
olikraus
|
bd5a57efc1
|
issue #2661 codebuild
|
2025-06-22 10:23:08 +02:00 |
|
olikraus
|
562d8c5efb
|
issue #2661 200x200 display
|
2025-06-22 10:22:05 +02:00 |
|
olikraus
|
a27b0bda13
|
issue #2661 update pixel mapping
|
2025-06-22 09:58:32 +02:00 |
|
olikraus
|
02c1975248
|
2.36.8
|
2025-06-16 21:15:29 +02:00 |
|
olikraus
|
f20dfbc365
|
#2658
|
2025-06-15 13:47:24 +02:00 |
|
olikraus
|
926a9e4cd9
|
korean fonts, #2653
|
2025-06-14 19:36:53 +02:00 |
|
olikraus
|
370f04616e
|
mui example, #2656
|
2025-06-14 15:10:19 +02:00 |
|