#pragma once

#include <lvgl.h>

namespace obb {

using swipe_callback_t = void (*)(lv_dir_t dir);

void obb_touch_gt911_init();
void obb_touch_gt911_attach_lvgl();
void obb_touch_poll();
void obb_touch_set_swipe_cb(swipe_callback_t cb);

}  // namespace obb