Search found 3 matches
- Wed 2022-11-09 10:47
- Forum: VS23S010 Forum
- Topic: Understanding the block move command
- Replies: 6
- Views: 13138
Re: Understanding the block move command
What do you mean "got the blitter working"? As I explained, I did not get it working for cases that I wanted it for, and even the operations that work only work in very limited set of conditions. Am I really the first person in the world who tries to use the block mover for these operation...
- Sun 2022-11-06 3:02
- Forum: VS23S010 Forum
- Topic: Understanding the block move command
- Replies: 6
- Views: 13138
Re: Understanding the block move command
I am much, much beyond CS polarity problems. I just published the current state of the code at https://github.com/mastmees/vs23s10 This has line and rectangle drawing, fonts, character drawing and scrolling all working and block_move accelerated to the point where the block_move works either by luck...
- Sat 2022-10-29 23:17
- Forum: VS23S010 Forum
- Topic: Understanding the block move command
- Replies: 6
- Views: 13138
Understanding the block move command
Hi. Given the following code the software version works as expected (very slowly of course) while the hardware accelerated version does not work. Completely messes up the screen and so on. Is it something that I am misunderstanding? I am trying to use the block mover to draw horizontal and vertical ...