DockerFluxDC/main/main.h

35 lines
665 B
C

#ifndef __MAIN_H__
#define __MAIN_H__
#include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/semphr.h"
#include "esp_timer.h"
#include "esp_err.h"
#include "esp_log.h"
#include "esp_lcd_panel_io.h"
#include "esp_lcd_panel_vendor.h"
#include "esp_lcd_panel_ops.h"
#include "driver/gpio.h"
#include "driver/ledc.h"
#include "lvgl.h"
// /* Include UI initialization header file */
// #include "FluxDisplayPort.h"
// /* Perform UI decoration */
// #include "ui.h"
// /* Serial communication task runs in real time */
// #include "FluxUart.h"
// /* Include key control header file */
// #include "Flux_Button.h"
#endif