Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accessing memory #20

Open
RetroNick2020 opened this issue Mar 23, 2022 · 2 comments
Open

accessing memory #20

RetroNick2020 opened this issue Mar 23, 2022 · 2 comments

Comments

@RetroNick2020
Copy link

I am trying to understand how to change the memory contents of a bitmap_t variable without using the graphic commands.

is the bitmap_t variable something i can use with memset/peek/poke ?

@DualBrain
Copy link

Wow, I completely wrote a wall of text and then realized that there may actually already be an answer to this...

I was going down a path of offering a set of suggestions but as I was walking through it and referring to the WIKI, I realized that (I believe) it has already been thought through.

@RetroNick2020, take a look at the following:

DIM AS BITMAP_t PTR b1 = BITMAP (64, 64, 2)
BITMAP OUTPUT b1
PSET(x, y), c
WINDOW OUTPUT '?????????

@gooofy I think the above will do what @RetroNick2020 is trying to accomplish, but I'm not seeing how to redirect drawing output back to the regular screen. Is it WINDOW OUTPUT?

@RetroNick2020
Copy link
Author

RetroNick2020 commented Aug 1, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants