22 lines
501 B
C
22 lines
501 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "freertos/FreeRTOS.h"
|
|
#include "freertos/task.h"
|
|
#include "esp_system.h"
|
|
#include "driver/gpio.h"
|
|
#include "lvgl/lvgl.h"
|
|
//#include "lv_examples/lv_apps/demo/demo.h"
|
|
//#include "lv_examples/lv_apps/terminal/terminal.h"
|
|
#include "lv_examples/lv_apps/sysmon/sysmon.h"
|
|
#include "esp_freertos_hooks.h"
|
|
|
|
|
|
#include "disp_spi.h"
|
|
#include "ili9341.h"
|
|
|
|
#include "tp_spi.h"
|
|
#include "xpt2046.h"
|
|
|
|
void disp();
|
|
void IRAM_ATTR lv_tick_task(void); |