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
olikraus
156655af6f
added drawHB to cpp code, #2656
2025-06-14 13:08:54 +02:00
olikraus
6805dcd427
added drawHB c code to repo, #2656
2025-06-14 13:03:14 +02:00
olikraus
b5768de48b
update codebuild #2661
2025-06-13 16:39:53 +02:00
olikraus
6befe7cc87
issue #2654
2025-06-12 22:19:02 +02:00
olikraus and GitHub
18dc4a8294
Merge pull request #2655 from koendv/master
...
mui: uint8_t hex min/max
2025-06-12 09:53:49 +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
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
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
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