Codex added unified library, all work
This commit is contained in:
parent
18a1d1558c
commit
8370e546ff
25 changed files with 2935 additions and 0 deletions
14
lib/tbeam_display/library.json
Normal file
14
lib/tbeam_display/library.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "tbeam_display",
|
||||
"version": "0.1.0",
|
||||
"description": "Reusable SH1106 OLED display service for LilyGO T-Beam Supreme exercises.",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "U8g2",
|
||||
"owner": "olikraus",
|
||||
"version": "^2.36.4"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue