3284 Commits
Author SHA1 Message Date
olikraus 2a88130a7c update stm32l031 2025-01-07 16:47:48 +01:00
olikraus f0eb0ed7bf discussion 2556 2024-12-22 21:46:07 +01:00
olikraus 3e68b43752 issue #2546 change log 2024-12-06 22:39:48 +01:00
olikraus b9b51d25b5 issue #2546 inoupdate exec 2024-12-06 22:34:37 +01:00
olikraus 3446573193 issue #2546 inoupdate 2024-12-06 22:34:28 +01:00
olikraus f874799da3 issue #2546 codebuild exec 2024-12-06 22:32:39 +01:00
olikraus fca25e6edc issue #2546 codebuild 2024-12-06 22:32:28 +01:00
olikrausandGitHub 9141d2f3ce Merge pull request #2544 from CSC3000/added-SSD1309_128X128_I2C-support
Added SSD1309 128x128 support
2024-12-06 22:29:12 +01:00
CSC3000 874096fe77 added_SSD1309_128x128_I2C-support_V1.01 2024-11-30 18:21:54 +01:00
CSC3000 655c4481bf Added SSD1309 128x128 support 2024-11-30 17:52:25 +01:00
olikraus 4b17158f4d update 2024-11-11 07:24:17 +01:00
olikraus b88a767cdf U8x8 DrawXBM issue #2531 2024-11-11 06:50:04 +01:00
olikraus d462b189e1 Merge branch 'master' of https://github.com/olikraus/u8g2 2024-11-10 21:54:26 +01:00
olikraus 50983df019 example issue #2531 2024-11-10 21:54:12 +01:00
olikrausandGitHub d3a5f157ab Merge pull request #2525 from JohnZ03/master
Fix implicit typecast from void* to uint8_t*
2024-10-18 21:04:02 +02:00
HT e74e5cc4fa Fix implicit typecast from void* to uint8_t*
This implicit typecast cause error on some compilers, manually casting the void pointer before referencing fixes the issue.
2024-10-18 11:25:48 +08:00
olikraus 9c841fafef 2.36.2 2024-10-13 10:54:06 +02:00
olikraus f2e188003e issue #2518 2.36.2 2024-10-13 10:51:34 +02:00
olikraus c3bbeac811 2.26.1 2024-10-09 22:26:02 +02:00
olikraus 5432eae0e7 issue #2518 codebuild 2.26.1 2024-10-09 22:20:01 +02:00
olikraus e94fc8ceec issue #2518 2024-10-09 22:19:38 +02:00
olikraus e6a66ee0de Merge branch 'master' of https://github.com/olikraus/u8g2 2024-10-01 21:46:22 +02:00
olikraus b6353ce992 update 2024-10-01 21:46:13 +02:00
olikrausandGitHub eba8b1a019 Merge pull request #2514 from songzhishuo/master
software simulation of i2c or SPI prompt functions cannot be found in Rtthread OS
2024-09-23 17:43:45 +02:00
240617 1882b92e1d issue #2513 2024-09-23 15:00:31 +08:00
olikraus 416abe4af4 update 2024-09-18 22:30:00 +02:00
olikraus 51b486feff 2.35.30 2024-09-18 22:20:08 +02:00
olikraus 12acfe1ee0 2.35.29 2.35.30 2024-09-18 22:18:00 +02:00
olikraus 9e58bc309a rename st7301 to st7302 2.35.29 2024-09-18 22:14:59 +02:00
olikraus 9f4a9c51f2 2.35.28 2024-09-18 22:00:18 +02:00
olikraus 061c72762b issue #2436 2.35.28 2024-09-18 00:13:16 +02:00
olikraus e474aaf0a6 issue #2436 2024-09-18 00:12:31 +02:00
olikraus 8cfcc70c35 issue #2436 2024-09-16 22:27:32 +02:00
olikraus 5a35fdbc9e issue #2507 2024-09-15 09:33:39 +02:00
olikraus 8f20638cd2 ino update #2436 2024-09-15 08:58:04 +02:00
olikraus c25e54e7f4 Merge branch 'master' of https://github.com/olikraus/u8g2 2024-09-14 23:19:07 +02:00
olikraus 47ae8c6e43 issue #2436 2024-09-14 23:18:59 +02:00
olikrausandGitHub 91b742c172 Merge pull request #2506 from imi415/rtt_pin
sys: rt-thread: Check for U8X8_PIN_NONE.
2024-09-12 10:41:34 +02: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
olikraus 12cded48e2 mdtoc 2024-09-12 00:33:57 +02:00
olikraus 4a0d890696 single font files 2024-09-09 23:33:56 +02:00
olikraus b62abbf8c1 issue #2265 2024-09-09 21:05:06 +02:00
olikraus fbc0f24cf0 issue #2265 2024-09-09 20:52:07 +02:00
olikraus 829e2f8d38 unifont issue #2502 2024-09-09 19:52:04 +02:00
olikraus 8423c65eeb changelog 2024-09-08 22:00:51 +02:00
olikraus a0005cb6b8 issue #2477 xbm speedup 2024-09-08 21:55:29 +02:00
olikraus 9a547d8dd5 2.35.27 2024-09-07 21:48:35 +02:00
olikraus 7d547147ae issue #2483 2.35.27 2024-09-07 18:07:46 +02:00
olikraus d9151e4663 issue #2483 2024-09-07 18:04:12 +02:00
olikraus 307e4dee8e 2.35.26 2024-09-07 17:59:16 +02:00