Skip to content

Commit

Permalink
add LVGL demo for FELinside project
Browse files Browse the repository at this point in the history
  • Loading branch information
hongxuyao committed Apr 24, 2024
1 parent 8ffaf3d commit 0a06360
Show file tree
Hide file tree
Showing 526 changed files with 314,464 additions and 398 deletions.
Binary file modified Blinky/output/Blinky.bin
Binary file not shown.
102 changes: 51 additions & 51 deletions Blinky/Blinky.uvopt → Blinky/prjfiles/Blinky.uvopt

Large diffs are not rendered by default.

113 changes: 57 additions & 56 deletions Blinky/Blinky.uvproj → Blinky/prjfiles/Blinky.uvproj

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions FELinside/include/ftypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#define __FRAME_TYPES__H__
////////////////////////////////////////////////////////////////////////////////
#include <stdint.h>
#include <stdbool.h>

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -63,9 +64,6 @@ typedef void const* pcvoid_t;
#define FALSE (!1)
#endif

#define true TRUE
#define false FALSE

#ifndef COUNTOF
#define COUNTOF(ar) (sizeof(ar)/sizeof(ar[0]))
#endif
Expand Down
Loading

0 comments on commit 0a06360

Please sign in to comment.