CoreS3 refactored & remove M5 libraries (#143)
Remove dependencies M5Unified and M5GFX because: - Sometimes the release doesn't even compile - The amount of functions is too close to the limit (I recently had to remove some code/dependency to be able to make a build at all) - Graphics performance issue since last update - Touch screen performance issues (not perfect yet, but better) - Compatibility issues with Tactility SPI/I2C versus M5Unified/M5GFX variants.
This commit is contained in:
committed by
GitHub
parent
3214923425
commit
737c0f7447
@@ -1,9 +1,3 @@
|
||||
[submodule "Libraries/M5GFX"]
|
||||
path = Libraries/M5GFX
|
||||
url = https://github.com/m5stack/M5GFX.git
|
||||
[submodule "Libraries/M5Unified"]
|
||||
path = Libraries/M5Unified
|
||||
url = https://github.com/m5stack/M5Unified.git
|
||||
[submodule "Libraries/FreeRTOS-Kernel"]
|
||||
path = Libraries/FreeRTOS-Kernel
|
||||
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
||||
|
||||
Reference in New Issue
Block a user