Skip to content

Commit cdf7b47

Browse files
committed
eeeeeeeeee
1 parent be708ff commit cdf7b47

276 files changed

Lines changed: 9301 additions & 4740 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ArduinoGigaLvglDisplay.ino

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
* @author Jadon Jung (jadonjung3@gmail.com)
44
* @brief Arduino Giga LVGL Display For Robot Car
55
* @version 1.0
6-
* @date 2025-11-30
6+
* @date 2026-01-02
77
*
88
* @copyright Copyright (c) 2026
99
*
1010
*/
1111

12-
#include <Arduino_GigaDisplayTouch.h>
1312

13+
/**
14+
* @defgroup Imports All the imports needed
15+
* @brief Includes all necessary libraries and headers for LVGL and Arduino functionality.
16+
*
17+
*/
18+
#include <Arduino_GigaDisplayTouch.h>
1419
// #include <lv_api_map_v8.h>
1520
#include <lv_api_map_v9_0.h>
1621
#include <lv_api_map_v9_1.h>
@@ -31,6 +36,8 @@
3136
#include "Arduino_GigaDisplayTouch.h"
3237
#include "Arduino_H7_Video.h"
3338
#include <vector>
39+
/** @} */ // end of Imports
40+
3441
/**
3542
* @defgroup Motor_Pins Motor control pin definitions
3643
* @brief Initialize motor control pins

Doxyfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ WARN_LOGFILE =
10051005
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
10061006
# Note: If this tag is empty the current directory is searched.
10071007

1008-
INPUT = ArduinoGigaLvglDisplay.ino
1008+
INPUT = ArduinoGigaLvglDisplay.ino C:\Users\Snapp\OneDrive\Arduino\libraries\Arduino_robot_project_library\src
10091009

10101010
# This tag can be used to specify the character encoding of the source files
10111011
# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2645,7 +2645,7 @@ HIDE_UNDOC_RELATIONS = YES
26452645
# set to NO
26462646
# The default value is: NO.
26472647

2648-
HAVE_DOT = NO
2648+
HAVE_DOT = YES
26492649

26502650
# The DOT_NUM_THREADS specifies the number of dot invocations Doxygen is allowed
26512651
# to run in parallel. When set to 0 Doxygen will base this on the number of
@@ -2902,7 +2902,7 @@ INTERACTIVE_SVG = NO
29022902
# found. If left blank, it is assumed the dot tool can be found in the path.
29032903
# This tag requires that the tag HAVE_DOT is set to YES.
29042904

2905-
DOT_PATH =
2905+
DOT_PATH = C:/Program Files/Graphviz/bin
29062906

29072907
# The DOTFILE_DIRS tag can be used to specify one or more directories that
29082908
# contain dot files that are included in the documentation (see the \dotfile

build/compile_commands.json

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1 @@
1-
[
2-
{
3-
"directory": "c:\\Users\\Snapp\\OneDrive\\Arduino\\Projects\\ArduinoGigaLvglDisplay",
4-
"arguments": [
5-
"C:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\arm-none-eabi-gcc\\7-2017q4/bin/arm-none-eabi-g++",
6-
"-c",
7-
"-w",
8-
"-g3",
9-
"-nostdlib",
10-
"@C:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\variants\\GIGA/defines.txt",
11-
"@C:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\variants\\GIGA/cxxflags.txt",
12-
"-MMD",
13-
"-mcpu=cortex-m7",
14-
"-mfloat-abi=softfp",
15-
"-mfpu=fpv5-d16",
16-
"-DARDUINO=10607",
17-
"-DARDUINO_GIGA",
18-
"-DARDUINO_ARCH_MBED_GIGA",
19-
"-DARDUINO_ARCH_MBED",
20-
"-DARDUINO_LIBRARY_DISCOVERY_PHASE=0",
21-
"-IC:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\cores\\arduino",
22-
"-IC:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\variants\\GIGA",
23-
"-IC:\\Users\\Snapp\\Documents\\Arduino\\libraries\\Arduino_GigaDisplayTouch\\src",
24-
"-IC:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\libraries\\Wire",
25-
"-IC:\\Users\\Snapp\\Documents\\Arduino\\libraries\\lvgl\\src",
26-
"-IC:\\Users\\Snapp\\Documents\\Arduino\\libraries\\Arduino_robot_project_library\\src",
27-
"-IC:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\libraries\\Arduino_H7_Video\\src",
28-
"-IC:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\libraries\\Portenta_SDRAM\\src",
29-
"-IC:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\libraries\\ea_malloc",
30-
"-DCM4_BINARY_START=0x60000000",
31-
"-DCM4_BINARY_END=0x60040000",
32-
"-DCM4_RAM_END=0x60080000",
33-
"-IC:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\cores\\arduino/api/deprecated",
34-
"-IC:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\cores\\arduino/api/deprecated-avr-comp",
35-
"-iprefixC:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\cores\\arduino",
36-
"@C:\\Users\\Snapp\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_giga\\4.4.1\\variants\\GIGA/../GIGA/includes.txt",
37-
"C:\\Users\\Snapp\\OneDrive\\Arduino\\Projects\\ArduinoGigaLvglDisplay\\build\\sketch\\ArduinoGigaLvglDisplay.ino.cpp",
38-
"-o",
39-
"C:\\Users\\Snapp\\OneDrive\\Arduino\\Projects\\ArduinoGigaLvglDisplay\\build\\sketch\\ArduinoGigaLvglDisplay.ino.cpp.o"
40-
],
41-
"file": "C:\\Users\\Snapp\\OneDrive\\Arduino\\Projects\\ArduinoGigaLvglDisplay\\build\\sketch\\ArduinoGigaLvglDisplay.ino.cpp"
42-
}
43-
]
1+
[]

0 commit comments

Comments
 (0)