Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #40

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions examples/ESP8266_NONOS_SDK/LCD_HD44780_TEST/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if not exist user (
) else (
echo folder "user" exist
)
@REM copy "..\..\..\src\lcd_hd44780.c" "user\"
copy "..\..\..\src\lcd_hd44780.c" "user\"

if not exist include (
call mkdir include
Expand All @@ -20,15 +20,11 @@ if not exist include (
)

echo Copy files to include\lcd_hd44780\
@REM copy "..\..\..\src\lcd_hd44780.h" "include\"
@REM copy "..\..\..\src\lcd_hd44780_GPIO_interface.h" "include\"
@REM copy "..\..\..\src\lcd_hd44780_def_char.h" "include\"
@REM copy "..\..\..\src\lcd_hd44780_config.h" "include\"
@REM copy "..\..\..\src\lcd_hd44780_driver_commands.h" "include\"
echo =======================================================================
echo CLEAN PROJECT
echo =======================================================================
call make clean
copy "..\..\..\src\lcd_hd44780.h" "include\"
copy "..\..\..\src\lcd_hd44780_GPIO_interface.h" "include\"
copy "..\..\..\src\lcd_hd44780_def_char.h" "include\"
copy "..\..\..\src\lcd_hd44780_config.h" "include\"
copy "..\..\..\src\lcd_hd44780_driver_commands.h" "include\"
echo =======================================================================
echo BUILD PROJECT
echo =======================================================================
Expand Down
Loading