mirror of
https://github.com/ADElectronics/RTL00_WEB_WS2812.git
synced 2025-02-12 20:45:19 +00:00
7 lines
141 B
Text
7 lines
141 B
Text
define call1
|
|
set $ImageSize = 0x215C
|
|
set $ImageAddr = 0x000000
|
|
end
|
|
define call2
|
|
FlasherWrite Debug/bin/ram_1.p.bin $ImageAddr $ImageSize
|
|
end
|