Quantcast
Channel: MCS Electronics Forum
Viewing all articles
Browse latest Browse all 20587

Share your working BASCOM-AVR code here : Graphic LCD Screen Dump : REPLY

$
0
0
Hi Michael, First and most important hope you and your son enjoyed your motor bike ride. The exe you posted still doesn't work with your Bascom RND pixel gen if 64 pixels for the "Y" is entered. I am assuming that the X=128 pixels for width and Y = 64 for height. If 8, for 8 lines (of 8 pixels) is placed in the Y location, it does work, but placing 64 (64 pixels high) in there gets the size too big msgbox. This is your Bascom with the 64 pixels High for the "Y" (not 8) Regards Dean [code:1:4f20417656] Do If Incoming_data <> "" Then If Instr(incoming_data , "CMD1") > 0 Then Print "SCRCPY" ; Chr(128) ; Chr(64); For X = 1 To 1024 B = Rnd(255) Print Chr(b); Next Print "/SCRCPY"; End If Incoming_data = "" End If Loop [/code:1:4f20417656]

Viewing all articles
Browse latest Browse all 20587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>