Programming, couple questions
|
02-06-2014, 03:18 PM
Post: #2
|
|||
|
|||
RE: Programming, couple questions
Hi,
To my knowledge there is no distinction between a graphics mode and a text mode on the Prime. Everything you see on the screen is just a bunch of pixels which are accessible via the G0 grob. You may read it or overwrite it as you want. So to put a text at x,y you just do a TEXTOUT_P("blah",x,y) [look at in-device-help for further formatting options]. Since the Prime will refresh (i.e. overdraw) your screen at the end of your program, you may do a FREEZE or WAIT or something similiar to halt program execution before finishing. Where did you hear about Win CE running in Prime? That would be a huge (and disappointing) surprise to me... |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)