20 Commits
Author SHA1 Message Date
Cain Sakura b3bee419f0 fix: Build error under rt-thread using only U8G2_USE_HW_I2C without U8G2_USE_HW_SPI 2026-03-06 21:42:13 +08:00
Koen De Vleeschauwer 7bd9d45461 rt-thread: take spi bus 2025-10-24 10:28:18 +02:00
wanghaijing 4053de5ed5 Fix the implicit declaration of the function 2025-05-09 11:23:51 +08:00
240617 1882b92e1d issue #2513 2024-09-23 15:00:31 +08:00
Yilin Sun e00e244102 sys: rt-thread: Check for U8X8_PIN_NONE.
RT-Thread use signed value for its pin numbers, while using -1 for
PIN_NONE. So when using U8X8_PIN_NONE, RT-Thread will incorrectly
interpret the pin as positive integer (255).

This patch wraps rt_pin_xxx functions to detect this condition.
It does limit the selectable pin ranges to 0-255, however it should
be enough for now.

Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-09-12 16:21:22 +08:00
liangzohar 7b53e5c818 Example for JLX12864 2024-08-29 20:32:41 +08:00
madhurpvandGitHub a565773bd5 Update Devanagari.cpp
Added support for several symbols like ु ू ृ
2024-02-24 19:25:40 +05:30
Romain Lamothe badcb8b80c check: drawArc implemented with atan approximation 2023-10-15 21:34:19 +02:00
Meco Man 63a696a17e [doc][rt-thread] fix a bad web link and some gramma errors 2022-01-17 17:34:17 -05:00
Man, Jianting (Meco)andGitHub 22bbf1020c Update README.md 2021-12-19 17:09:19 -05:00
Wu Han 0fb60ec8b7 [rt-thread] Add docs 2021-12-16 17:11:07 +00:00
wuhanstudio a4b665874e [rt-thread] copy controller list from parent codebuild.c 2021-10-06 21:07:02 +01:00
wuhanstudio 51dc5b6e89 Use the same U8g2lib.cpp and U8x8lib.cpp for different ports 2021-10-06 09:11:30 +01:00
wuhanstudio 6df6c43ef2 [fix][rt-thread] rm codebuild.o from Makefile 2021-10-04 23:23:17 +01:00
Meco Man eac974c6e4 [rt-thread] beautify rt-thread port codes 2021-10-03 21:17:44 -04:00
Wu Han 09de8cbe2a rt-thread move SConscript into sys folder 2021-09-30 09:03:16 +01:00
wuhanstudio 1e2e01c3dc add rt-thread cpp examples 2021-08-07 11:16:37 +01:00
wuhanstudio 7f01a8409d fix rt-thread not inheriting Print 2021-08-07 11:02:43 +01:00
wuhanstudio 6caa2ae955 add rt-thread cpp support 2021-08-04 20:27:01 +01:00
wuhanstudio 67aa759332 Add support for rt-thread 2021-08-03 18:25:47 +01:00