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
 
@@ -17,13 +17,13 @@
 

	
 
#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;
main/ui_helpers.c
Show inline comments
 
deleted file
main/ui_helpers.h
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)