Implement SD card for WaveShare S3 Touch LCD 4.3" (#546)

This commit is contained in:
Ken Van Hoeylandt
2026-07-04 09:28:31 +02:00
committed by GitHub
parent 05720821f8
commit a323f8e148
4 changed files with 20 additions and 5 deletions
@@ -12,7 +12,7 @@ static error_t stop() {
return ERROR_NONE;
}
struct Module waveshare_s3_touch_lcd_43_module = {
Module waveshare_s3_touch_lcd_43_module = {
.name = "waveshare-s3-touch-lcd-43",
.start = start,
.stop = stop,