Search found 3 matches

by miningmarsh
11 May 2011, 14:27
Forum: Mindstorms Software
Topic: Change the active video memory?
Replies: 6
Views: 4157

Re: Change the active video memory?

Try this . I use it in my ScribblePad , which I must blog sometime. I was looking through the source and found the function I was looking for, SetDisplayDisplay . The documentation made it seem like this was the pointer to the video memory. Unfortunately, passing the address of an empty array of by...
by miningmarsh
10 May 2011, 18:48
Forum: Mindstorms Software
Topic: Change the active video memory?
Replies: 6
Views: 4157

Re: Change the active video memory?

Stupid I, I always have to change my programs because I keep perceiving milliseconds as 1/100 of a second. I saw your thread, but I think we can probably get much better quality if we can implement this method. In fact a year ago, before nxtasy went down, I posted a similar request to this, except I...
by miningmarsh
10 May 2011, 16:11
Forum: Mindstorms Software
Topic: Change the active video memory?
Replies: 6
Views: 4157

Change the active video memory?

Is it possible to change the location of the video memory? For example – on the ti89 calculator, a pointer points to the beginning to the video memory, and by changing that pointer, the screen would be updated to reflect the new video memory. Is this possible in nxc? I have been working on getting...