luat_lcd_custom.c 265 B

1234567891011121314
  1. #include "luat_base.h"
  2. #include "luat_lcd.h"
  3. #include "luat_gpio.h"
  4. #include "luat_spi.h"
  5. #include "luat_mem.h"
  6. #include "luat_rtos.h"
  7. #define LUAT_LOG_TAG "custom"
  8. #include "luat_log.h"
  9. luat_lcd_opts_t lcd_opts_custom = {
  10. .name = "custom",
  11. };