Compare commits

..

6 Commits

Author SHA1 Message Date
LilyGO 6367192e4d
Add files via upload 2023-03-20 16:36:14 +08:00
LilyGO a4990519d7
Create README.md 2023-03-20 16:35:21 +08:00
lewisxhe f49cccc8b3 Update ini 2022-08-05 18:05:07 +08:00
LilyGO e6c1672e20 Delete extensions.json 2022-07-11 11:57:38 +08:00
LilyGO 573093f90a Update .gitignore 2022-07-11 11:57:18 +08:00
LilyGO 36f097b1b0 T-keybord 1.0.0 2022-07-06 11:10:01 +08:00
7 changed files with 70292 additions and 19 deletions

5
.gitignore vendored
View File

@ -1,5 +1,2 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode

View File

@ -1,10 +0,0 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

1
3D_file/README.md Normal file
View File

@ -0,0 +1 @@

70285
3D_file/T-Keyboard.stp Normal file

File diff suppressed because it is too large Load Diff

View File

@ -168,6 +168,10 @@ void setup()
}
}
TFT_099.DispColor(0, 0, TFT_WIDTH, TFT_HEIGHT, BLACK);
TFT_099.DispStr("version 1.0.0", 0, 2, WHITE, BLACK);
delay(3000);
TFT_099.DispColor(0, 0, TFT_WIDTH, TFT_HEIGHT, BLACK);
TFT_099.DispStr("Wait bluetooth ......", 0, 2, WHITE, BLACK);
}

View File

@ -10,14 +10,10 @@
[platformio]
default_envs = BLE_keybord
globallib_dir = lib
src_dir = example/${platformio.default_envs}
[env:T-Keyboard]
[env:BLE_keybord]
platform = espressif32
board = ttgo-t-oi-plus
framework = arduino
board_build.flash_mode = dio
[env:BLE_keybord]