interface and drivers

This commit is contained in:
2023-09-27 20:13:23 +02:00
parent 4829b04024
commit 2fbb7b4b91
19 changed files with 1023 additions and 49 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"files.associations": {
"main.h": "c",
"st7565.h": "c",
"display_gfx.h": "c"
}
}