rename oled file

fake-chip
Ondřej Hruška 1 year ago
parent a7749c08ef
commit e5a6bff29c
  1. 2
      Core/Src/app_main.c
  2. 0
      Core/Src/app_oled.c
  3. 0
      Core/Src/app_oled.h
  4. 2
      Core/Src/main.c
  5. 4
      Makefile

@ -11,7 +11,7 @@
#include "ufb/framebuffer.h"
#include "iwdg.h"
#include "oled.h"
#include "app_oled.h"
#include "ufb/fb_text.h"
#include "app_temp.h"
#include "app_knob.h"

@ -30,7 +30,7 @@
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
#include "ufb/framebuffer.h"
#include "oled.h"
#include "app_oled.h"
#include <stdio.h>

@ -1,5 +1,5 @@
##########################################################################################################################
# File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Tue Mar 07 00:54:18 CET 2023]
# File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Tue Mar 07 00:54:18 CET 2023]
##########################################################################################################################
# ------------------------------------------------
@ -44,7 +44,7 @@ Core/Src/iwdg.c \
Core/Src/spi.c \
Core/Src/tim.c \
Core/Src/usart.c \
Core/Src/oled.c \
Core/Src/app_oled.c \
Core/Src/app_main.c \
Core/Src/app_pid.c \
Core/Src/app_gui.c \

Loading…
Cancel
Save