Commit Graph
3221 Commits
Author SHA1 Message Date
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
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
olikraus e496b9971b fnt pic copy procedure 2025-09-21 14:36:34 +02:00
olikraus d4330454f3 additional fonts 2025-09-21 11:44:48 +02:00
olikraus af74dbb903 issues #2447 and #2697 2025-09-21 11:42:56 +02:00
olikraus ab0420819a t0 font update #2447 2025-09-21 00:47:08 +02:00
olikraus 22e4d63edb extended font #2701 2025-09-21 00:36:25 +02:00
olikraus 828cd592a7 bugfix for encoding 255, issue #2447 2025-09-20 23:41:11 +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
olikrausandGitHub a549a13b13 Merge pull request #2676 from koendv/master
mui: add mui_get_text()
2025-07-18 19:56:40 +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 bde09fbf78 2.36.12 2025-06-24 08:39:33 +02:00
olikraus a289b88f0e issue #2661, init code cleanup 2.36.12 2025-06-24 08:38:22 +02:00
olikraus 8c1a406c0f ChangeLog 2025-06-23 21:02:21 +02:00
olikraus b7d92c47a8 2.36.11 2025-06-23 20:56:42 +02:00
olikraus a6fbf9a4c4 issue #2661, y offset set to 0 2.36.11 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