|
Forum Index : Microcontroller and PC projects : CMM2: PAGE COPY dont copy black only sometimes works
| Author | Message | ||||
| bar1010 Senior Member Joined: 10/08/2020 Location: United StatesPosts: 197 |
Why does using PAGE COPY 1 TO 0, B, 1 work with a blank screen, but does not work when put on top of a PNG file? One can put a PNG file on top of another, but the black pixels are displayed. |
||||
| lizby Guru Joined: 17/05/2016 Location: United StatesPosts: 3477 |
Don't know your specific issue, but "rgb(black)" is transparent. To make a near-enough black, use rgb(notblack). PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed |
||||
| bar1010 Senior Member Joined: 10/08/2020 Location: United StatesPosts: 197 |
Discovered that using BLIT with optional orientation parameter value &B100 does what I was looking to accomplish, namely not show black pixels. Note that I am using mode 9, 16. |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10591 |
That screen looks great |
||||
| JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 4147 |
+1 yes it does. John |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |