06-14-2012, 08:45 PM
boriel Wrote:Tested:Update: It comes included in the 1.2.9s861Code:#include <SP/Fill.bas>
SPFill(127,87, USR "a") : REM Fills with UDG "a"
Code:
#Include <SP/Fill.bas>
paper 7:border 7:bright 0:cls
circle 128,87,20
SPFill(128,87,200)
"Fill.bas:10: warning: SUB 'SPFill' declared as FASTCALL with 3 parameters. Compilation successfull"
So Including of SPFill was successfull, but got only a empty circle, but it should get the pattern stored in ROM at address 200, which is:
Code:
206,67,79,211,84,65,206,65
------------------------------------------------------------
http://lcd-one.da.ru redirector is dead
Visit my http://members.inode.at/838331/index.html home page!
http://lcd-one.da.ru redirector is dead
Visit my http://members.inode.at/838331/index.html home page!