Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Oct 29, 2023
2 parents efb30a3 + e53768b commit a787c58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/driver/drv_pt6523.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// PT6523 LCD driver
// Based on GPL work of by Firat SOYGÜL, 20 Aralik 2017
// Based on GPL work of by Firat SOYGÜL, 20 Aralik 2017
#include "../new_common.h"
#include "../new_pins.h"
#include "../new_cfg.h"
Expand All @@ -11,6 +11,7 @@
#include "drv_uart.h"
#include "../httpserver/new_http.h"
#include "../hal/hal_pins.h"
#include <math.h>

#include "drv_pt6523_font.h"

Expand Down

0 comments on commit a787c58

Please sign in to comment.