Skip to content

Commit 008eaed

Browse files
authored
Merge pull request #5440 from mysterywolf/l475
[lvgl][simulator]&[l475][arduino] 细节修改
2 parents fd2892b + 559d4ef commit 008eaed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bsp/simulator/applications/lvgl/lv_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define USE_WIN32DRV 1
1818
#define WIN32DRV_MONITOR_ZOOM 1
1919

20-
#define LV_USE_FS_WIN32 1
20+
//#define LV_USE_FS_WIN32 1
2121

2222
/* music player demo */
2323
#include <rtconfig.h>

bsp/stm32/stm32l475-atk-pandora/applications/arduino/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ inc = [cwd]
77
group = DefineGroup('Arduino', src, depend = ['RT_USING_ARDUINO'], CPPPATH = inc)
88

99
src = ['arduino_main.cpp']
10-
group = DefineGroup('Applications', src, depend = ['RT_USING_ARDUINO'])
10+
group += DefineGroup('Applications', src, depend = ['RT_USING_ARDUINO'])
1111

1212
Return('group')

bsp/stm32/stm32l475-atk-pandora/applications/arduino/arduino_pinout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define ARDUINO_PWM_HZ 500 /* Arduino UNO's PWM is around 500Hz */
1616

1717
#define ARDUINO_PINOUT_PIN_MAX 20 /* Arduino UNO has 20 pins in total*/
18-
#define ARDUINO_PINOUT_ADC_MAX 6 /* Arduino UNO has 5 ADC pins */
18+
#define ARDUINO_PINOUT_ADC_MAX 6 /* Arduino UNO has 6 ADC pins */
1919
#define ARDUINO_PINOUT_PWM_MAX 5 /* Arduino UNO has 5 PWM pins */
2020

2121
#define A0 (14)

0 commit comments

Comments
 (0)