Commit cc0b6b6
authored
feat(m5stack-tab5): Add Board Support Package (BSP) component for the
* feat(m5stacktab5): Adding BSP component for M5StackTab5
* wip
* minor fix
* continuing to work on m5stack tab5
* update example
* wip: working touch and partially working display!
* working display code
* mionr fix
* wip
* feat(m5stacktab5): Adding BSP component for M5StackTab5
* wip
* minor fix
* continuing to work on m5stack tab5
* update example
* wip: working touch and partially working display!
* working display code
* mionr fix
* wip
* wip proper display initialization with just esp_lcd, not esp_lcd_ili9881
* cleaning up some
* minor cleanup
* working on display rotation and proper gravity vector
* wip using sw rotation to rotate the display
* fix sdkconfig for dark theme
* wip updating display drivers accordingly
* doc: update; ci: update
* minor update
* improve demos/apis some
* wip trying to get sound working
* remove unused def
* wip getting audio working
* wip
* add support for uSD (via sdmmc/sdio) card to m5stack tab5 bsp
* more fixes to audio and cleanup of m5 code
* add rtc support
* fix sa
* fix suppression location
* remove unused variable
* cleanup
* remove debug code for my slightly broken hardware
* cleanup
* further updates
* remove text copied from another example about home buttonM5Stack Tab5 development kit (#545)1 parent f709a3d commit cc0b6b6
File tree
32 files changed
+3483
-26
lines changed- .github/workflows
- components
- display_drivers/include
- i2c/example/main
- m5stack-tab5
- example
- main
- include
- src
- t-dongle-s3/src
- doc
- en
32 files changed
+3483
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | | - | |
5 | | - | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | | - | |
| 17 | + | |
14 | 18 | | |
15 | | - | |
16 | | - | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
19 | 31 | | |
20 | 32 | | |
21 | 33 | | |
| |||
35 | 47 | | |
36 | 48 | | |
37 | 49 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
41 | 57 | | |
42 | 58 | | |
43 | 59 | | |
44 | 60 | | |
45 | | - | |
| 61 | + | |
| 62 | + | |
46 | 63 | | |
47 | 64 | | |
48 | 65 | | |
| |||
100 | 117 | | |
101 | 118 | | |
102 | 119 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
108 | 128 | | |
109 | 129 | | |
110 | 130 | | |
| |||
0 commit comments