feat(m5stack-tab5): Add Board Support Package (BSP) component for the… · esp-cpp/espp@cc0b6b6 · GitHub
Skip to content

Commit cc0b6b6

Browse files
authored
feat(m5stack-tab5): Add Board Support Package (BSP) component for the M5Stack Tab5 development kit (#545)
* 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 button
1 parent f709a3d commit cc0b6b6

32 files changed

Lines changed: 3483 additions & 26 deletions

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions

.github/workflows/upload_components.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
components/logger
8383
components/lp5817
8484
components/lsm6dso
85+
components/m5stack-tab5
8586
components/math
8687
components/matouch-rotary-display
8788
components/max1704x

components/display_drivers/include/display_drivers.hpp

Lines changed: 34 additions & 14 deletions

0 commit comments

Comments
 (0)