Skip to content

Commit

Permalink
lib's added
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyCodeMen authored Nov 23, 2024
1 parent 915da36 commit fd7c5e4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,41 @@ Below is a list of the libraries or frameworks required for the project to run.

Many thanks to all the amazing developers of these libraries. Based on this foundation, it is possible to create larger projects like this one with a moderate amount of time. This enables significantly more functionality than would have been achievable by a single person alone.

All Lib's will be installed by PlatformIO based on ini file .. perfect .. @PlatforIO team: outstanding job, i know several professional tools from automobile industry that can not do this !!!!



### from Arduino:
+ Arduino base
+ wire
+ spi
+ SD

### RP2040 Toolchain
https://github.com/maxgerhardt/platform-raspberrypi.git

### form adafruit: Adafruit BusIO @ ^1.16.2
+ RTClib @ ^2.1.4
+ Adafruit NeoMatrix @ ^1.3.3

### form bodmer:
+ TFT_eSPI @ ^2.5.43

### from kitesurfer1404:
+ WS2812FX @ ^1.4.4
A beautiful and extensive library with many animations for intelligent RGB LEDs. Truly professional and exceptionally impressive work. Thank you so much for making something like this available!

### bitbank2:
+ AnimatedGIF @ ^2.1.1
a real handy lib to handle GIF's thanks .. It would have cost me several monthes to do somthing that will be for sure not at this level ... Thanks

### robtillaart:
+ CRC @ ^1.0.3

### bblanchon:
+ ArduinoJson @ ^7.2.1

@all LIB authors .. great job, please keep up this good work


---
Expand Down

0 comments on commit fd7c5e4

Please sign in to comment.