Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 15:37 21 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : scrolling graphics ili9341

Author Message
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2681
Posted: 09:48pm 07 Sep 2022
Copy link to clipboard 
Print this post

 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2681
Posted: 09:56pm 07 Sep 2022
Copy link to clipboard 
Print this post

I tried to scroll a part of the screen so it repeated. The code is flawed but shows picomite blit in use and at what I think would be 5 pixel scrolling is slow.
https://www.youtube.com/watch?v=4EtdC08YRwQ
I can not see this being a games picomite.
option DEFAULT INTEGER
OPTION EXPLICIT
cls
box 0,0,50,59
circle 80,35,20
line 120,59,200,0
line 200,0,270,59
line 270,59,120,59
rbox 280,10,20,40
do
BLIT  10,0,5,0,310,60
blit 5,0,305,0,5,60
loop
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025