mirror of
https://github.com/ADElectronics/RTL00_WEB_WS2812.git
synced 2025-01-18 18:15:17 +00:00
8 lines
142 B
Text
8 lines
142 B
Text
|
define call1
|
||
|
set $ImageSize = 0x3BE0
|
||
|
set $ImageAddr = 0x0D0000
|
||
|
end
|
||
|
define call2
|
||
|
FlasherWrite Debug/bin/WEBFiles.bin $ImageAddr $ImageSize
|
||
|
end
|