Commit Graph

2428 Commits

Author SHA1 Message Date
servadmin 9744d3d1b8 Updated 2021-11-03 12:45:03 -04:00
servadmin 97112c03b3 SPI working 2021-11-03 12:35:17 -04:00
servadmin 45df3148b0 I2C refactored to c-periphery 2021-11-02 19:50:04 -04:00
servadmin a7b8883bc3 Refactor to allow sysfs or charater device for GPIO 2021-11-01 20:10:46 -04:00
servadmin 8d38070847 Use c-periphery for GPIO 2021-10-31 21:30:13 -04:00
olikraus 9cd635fe1c
Merge pull request #1649 from wuhanstudio/fix-spi-mode
[fix][arm-linux] Add fclose after writing
2021-10-30 21:08:00 +01:00
wuhanstudio 79a182f5ee [fix][arm-linux] Add fclose after writing
fix https://github.com/olikraus/u8g2/issues/1638
Committer: wuhanstudio <wuhanstudio@qq.com>
2021-10-30 19:10:23 +00:00
kraus 57d191014b squeezed update 2021-10-27 21:48:57 +02:00
kraus bef52115e1 Merge branch 'master' of https://github.com/olikraus/u8g2 2021-10-27 21:39:09 +02:00
kraus 2ea464172c squeezed font 2021-10-27 21:38:47 +02:00
olikraus 168384a7e4
Merge pull request #1645 from lbernstone/patch-1
fix Wire.begin for esp32
2021-10-27 11:20:48 +02:00
kraus 3fe8341317 squeeze font 2021-10-27 10:06:18 +02:00
kraus 94e8100f07 fixed slash in squeezed font 2021-10-27 08:07:51 +02:00
kraus e95d29a1a0 font squeezed 2021-10-27 06:25:57 +02:00
kraus b76a2bfa02 squeezed font 2021-10-26 23:56:22 +02:00
olikraus ba9818c8d8 u8g2 squeezed fonts 2021-10-26 23:37:21 +02:00
lbernstone eabc36fc61
fix Wire.begin for esp32
esp32 Wire.begin has been overloaded such that if the first parameter is a uint8_t, it keys as a slave device.  So, cast the pin to be int.  I do not have a esp8266 around to test, so would recommend checking that it doesn't affect them.
2021-10-24 18:32:15 -06:00
kraus 1e9a6303be mui 2021-10-22 21:52:39 +02:00
kraus 0ada16bb7d ino update, issue #1642 2021-10-20 22:10:57 +02:00
kraus 63e7f43d1c ino, issue #1642 2021-10-20 22:10:33 +02:00
kraus 393c3c2fe9 codebuild, issue #1642 2021-10-20 22:07:29 +02:00
kraus b8e031af87 jm16096, issue #1642 2021-10-20 22:01:06 +02:00
kraus 76d3e5ab02 mui 2021-10-17 23:14:45 +02:00
kraus cd911cc831 update 2021-10-10 20:56:52 +02:00
olikraus 5d7eb07272
Merge pull request #1619 from wuhanstudio/copy-arm-linux-codebuild
Copy the latest controller_list from codebuilder.c
2021-10-07 10:54:36 +02:00
wuhanstudio a4b665874e [rt-thread] copy controller list from parent codebuild.c 2021-10-06 21:07:02 +01:00
olikraus 61d0d18716
Merge pull request #1618 from wuhanstudio/fix-csrc-auto
[fix][arm-linux] auto add all *.c files
2021-10-06 22:04:44 +02:00
wuhanstudio 9811bac405 [fix][arm-linux] auto add all *.c files 2021-10-06 20:46:57 +01:00
wuhanstudio 1b9b9c506d [fix] copy controller list from parent codebuild.c 2021-10-06 20:19:38 +01:00
kraus d52d3d6fbf update 2021-10-06 18:50:44 +02:00
olikraus 76150c678b
Merge pull request #1615 from wuhanstudio/unified-cppsrc
Use the same U8g2lib.cpp and U8x8lib.cpp for different ports
2021-10-06 18:44:50 +02:00
kraus 27518d3e7e font build, #issue 1616 2021-10-06 18:42:16 +02:00
kraus eb15e0ff24 Merge branch 'master' of https://github.com/olikraus/u8g2 2021-10-06 18:37:07 +02:00
kraus 47585de6c7 issue #1616 2021-10-06 18:36:47 +02:00
wuhanstudio 51dc5b6e89 Use the same U8g2lib.cpp and U8x8lib.cpp for different ports 2021-10-06 09:11:30 +01:00
olikraus cfc42f2105
Merge pull request #1614 from wuhanstudio/unified-u8g2lib
Use yield() only when #defiend ARDUINO
2021-10-06 09:51:44 +02:00
wuhanstudio 79ba6cac99 use yield() only #defined ARDUINO 2021-10-06 08:05:47 +01:00
olikraus 2746a5d163
Merge pull request #1613 from wuhanstudio/unified-u8x8lib
Use Arduino functions only when #defined ARDUINO
2021-10-06 06:46:31 +02:00
olikraus 4b73155469
Merge pull request #1610 from wuhanstudio/arm-linux
Add arm-linux support
2021-10-06 06:43:22 +02:00
wuhanstudio 0a1f147f36 Use Arduino functions only when #defined ARDUINO 2021-10-05 23:12:19 +01:00
olikraus 91fd7ad476
Merge pull request #1611 from wuhanstudio/fix-rtthread-codebuild
[fix][rt-thread] rm codebuild.o from Makefile
2021-10-05 23:33:40 +02:00
wuhanstudio 6df6c43ef2 [fix][rt-thread] rm codebuild.o from Makefile 2021-10-04 23:23:17 +01:00
wuhanstudio f5278b6ae4 [fix] add CXXFLAGS for arm-linux 2021-10-04 23:03:48 +01:00
olikraus d751b4a565
Merge pull request #1609 from wuhanstudio/fix-codebuild
[fix] rm codebuild.o
2021-10-04 23:51:14 +02:00
wuhanstudio a7d775bde9 [fix] rm codebuild.o 2021-10-04 22:38:40 +01:00
wuhanstudio 027fbdd765 [add] arm-linux codebuild tools 2021-10-04 22:34:41 +01:00
wuhanstudio 593b08662d [add] arm-linux cpp support 2021-10-04 22:28:26 +01:00
wuhanstudio 6b670120ed [add] arm-linux support 2021-10-04 21:57:19 +01:00
olikraus afeed4b353
Merge pull request #1607 from mysterywolf/master
[rt-thread] beautify rt-thread port codes
2021-10-04 20:00:09 +02:00
kraus 0c4a3ca3af update 2021-10-04 18:50:54 +02:00