Changeset - ef80f76e5ec7
[Not reviewed]
default
2 2 0
Ethan Zonca - 17 months ago 2024-01-11 20:19:47
ez@ethanzonca.com
Remove unused helpers
4 files changed with 2 insertions and 344 deletions:
0 comments (0 inline, 0 general)
main/CMakeLists.txt
Show inline comments
 
idf_component_register(SRCS "main.c" "wifi.c" "usb_cdc.c" "can.c" "display.c" "ui_helpers.c"
 
idf_component_register(SRCS "main.c" "wifi.c" "usb_cdc.c" "can.c" "display.c"
 
                       INCLUDE_DIRS .)
main/display.c
Show inline comments
 
@@ -11,25 +11,25 @@
 
#include "driver/spi_master.h"
 
#include "esp_lcd_panel_io.h"
 
#include "esp_lcd_panel_vendor.h"
 
#include "esp_lcd_panel_ops.h"
 
#include "esp_lvgl_port.h"
 

	
 

	
 
#include <stdio.h>
 
#include "esp_timer.h"
 
#include "esp_heap_caps.h"
 
#include "freertos/FreeRTOS.h"
 
#include "freertos/task.h"
 
#include "ui_helpers.h"
 
// #include "ui_helpers.h"
 

	
 
static const char *TAG = "LVGL_SETUP";
 
static void lvgl_timer_task(void *arg);
 

	
 
static lv_obj_t *ui_Screen1;
 
static lv_obj_t *ui_redsquare;
 

	
 
static lv_obj_t *meter;
 
static lv_obj_t *ue_img_logo;
 
static lv_obj_t *esp_img_logo;
 

	
 
static lv_obj_t *ui_Dropdown2;
main/ui_helpers.c
Show inline comments
 
deleted file
main/ui_helpers.h
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)