初始化提交
This commit is contained in:
10
arduino-cli/libraries/Adafruit_SSD1306/scripts/Makefile
Normal file
10
arduino-cli/libraries/Adafruit_SSD1306/scripts/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
PY=python3
|
||||
|
||||
splash.h: make_splash.py splash1.png splash2.png
|
||||
${PY} make_splash.py splash1.png splash1 >$@
|
||||
${PY} make_splash.py splash2.png splash2 >>$@
|
||||
|
||||
clean:
|
||||
rm -f splash.h
|
||||
|
||||
Reference in New Issue
Block a user