Skip to content

Commit

Permalink
Correcting Dest.
Browse files Browse the repository at this point in the history
  • Loading branch information
WonITKorea committed Feb 8, 2024
1 parent d0bfe63 commit 6b37cbd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion code/Display/ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
extern "C" {
#endif

#include "C:\Users\wonit\Documents\Arduino\libraries\lvgl\lvgl.h"
#include "lvgl.h"

#include "ui_helpers.h"
#include "ui_events.h"
Expand Down
2 changes: 1 addition & 1 deletion code/Display/ui_Screen1.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// LVGL version: 8.3.6
// Project name: SquareLine_Project

#include "../ui.h"
#include "ui.h"

void ui_Screen1_screen_init(void)
{
Expand Down
2 changes: 1 addition & 1 deletion code/Display/ui_font_Font1.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Opts: --bpp 4 --size 80 --font C:\Users\wonit\Documents\SquareLine\assets\static\alternative\Pretendard-ExtraBold.ttf -o C:\Users\wonit\Documents\SquareLine\assets\static\alternative\ui_font_Font1.c --format lvgl -r 0x20-0x7f --no-compress --no-prefilter
******************************************************************************/

#include "../ui.h"
#include "ui.h"

#ifndef UI_FONT_FONT1
#define UI_FONT_FONT1 1
Expand Down
2 changes: 1 addition & 1 deletion code/Display/ui_font_Font16.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Opts: --bpp 2 --size 16 --font C:\Users\wonit\Documents\SquareLine\assets\static\alternative\Pretendard-Bold.ttf -o C:\Users\wonit\Documents\SquareLine\assets\static\alternative\ui_font_Font16.c --format lvgl -r 0x20-0x7f --no-compress --no-prefilter
******************************************************************************/

#include "../ui.h"
#include "ui.h"

#ifndef UI_FONT_FONT16
#define UI_FONT_FONT16 1
Expand Down
2 changes: 1 addition & 1 deletion code/Display/ui_font_Font1bol.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Opts: --bpp 8 --size 16 --font C:\Users\wonit\Documents\SquareLine\assets\static\alternative\Pretendard-Bold.ttf -o C:\Users\wonit\Documents\SquareLine\assets\static\alternative\ui_font_Font1bol.c --format lvgl -r 0x20-0x7f --no-compress --no-prefilter
******************************************************************************/

#include "../ui.h"
#include "ui.h"

#ifndef UI_FONT_FONT1BOL
#define UI_FONT_FONT1BOL 1
Expand Down
2 changes: 1 addition & 1 deletion code/Display/ui_font_Font20bol.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Opts: --bpp 8 --size 20 --font C:\Users\wonit\Documents\SquareLine\assets\static\alternative\Pretendard-Bold.ttf -o C:\Users\wonit\Documents\SquareLine\assets\static\alternative\ui_font_Font20bol.c --format lvgl -r 0x20-0x7f --no-compress --no-prefilter
******************************************************************************/

#include "../ui.h"
#include "ui.h"

#ifndef UI_FONT_FONT20BOL
#define UI_FONT_FONT20BOL 1
Expand Down
2 changes: 1 addition & 1 deletion code/Display/ui_font_Font25.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Opts: --bpp 8 --size 25 --font C:\Users\wonit\Documents\SquareLine\assets\static\alternative\Pretendard-Black.ttf -o C:\Users\wonit\Documents\SquareLine\assets\static\alternative\ui_font_Font25.c --format lvgl -r 0x20-0x7f --no-compress --no-prefilter
******************************************************************************/

#include "../ui.h"
#include "ui.h"

#ifndef UI_FONT_FONT25
#define UI_FONT_FONT25 1
Expand Down
2 changes: 1 addition & 1 deletion code/Display/ui_font_Font30.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Opts: --bpp 2 --size 40 --font C:\Users\wonit\Documents\SquareLine\assets\static\alternative\Pretendard-Bold.ttf -o C:\Users\wonit\Documents\SquareLine\assets\static\alternative\ui_font_Font30.c --format lvgl -r 0x20-0x7f --no-compress --no-prefilter
******************************************************************************/

#include "../ui.h"
#include "ui.h"

#ifndef UI_FONT_FONT30
#define UI_FONT_FONT30 1
Expand Down
2 changes: 1 addition & 1 deletion code/Display/ui_font_Font50.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Opts: --bpp 2 --size 50 --font C:\Users\wonit\Documents\SquareLine\assets\static\alternative\Pretendard-Bold.ttf -o C:\Users\wonit\Documents\SquareLine\assets\static\alternative\ui_font_Font50.c --format lvgl -r 0x20-0x7f --no-compress --no-prefilter
******************************************************************************/

#include "../ui.h"
#include "ui.h"

#ifndef UI_FONT_FONT50
#define UI_FONT_FONT50 1
Expand Down
2 changes: 1 addition & 1 deletion code/Display/ui_font_Font70.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Opts: --bpp 8 --size 70 --font C:\Users\wonit\Documents\SquareLine\assets\static\alternative\Pretendard-Black.ttf -o C:\Users\wonit\Documents\SquareLine\assets\static\alternative\ui_font_Font70.c --format lvgl -r 0x20-0x7f --no-compress --no-prefilter
******************************************************************************/

#include "../ui.h"
#include "ui.h"

#ifndef UI_FONT_FONT70
#define UI_FONT_FONT70 1
Expand Down

0 comments on commit 6b37cbd

Please sign in to comment.