mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-18 17:35:05 +00:00
* initial changes for waveshare s3 touch support * fix lvgl locking * fix for lvgl locking * cleaned up dependencies * boards now depend on tactility instead of tactility-esp * revert deletion * remove component * working touch&display driver * added waveshare to github actions * cleanup * fix for driver * fix for sim build * build fixes * updated docs * updated docs * attempt new sdl2 github action * revert * fixes for clion/cmdline build environment wasn't parsed properly * temporarily disable pc sim build
9 lines
143 B
C
9 lines
143 B
C
#pragma once
|
|
|
|
#include "esp_err.h"
|
|
|
|
#define MOUNT_POINT_ASSETS "/assets"
|
|
#define MOUNT_POINT_CONFIG "/config"
|
|
|
|
esp_err_t tt_partitions_init();
|