Talk:Screenshot
From OpenTom
Since the TomTom can run X11Basic, It would be realy handy to write the Raw2Bmp program so that it runs on the TomTom and does the delay, and cat /dev/fb parts for you
I tried running the raw2bmp.bas on my TomTom ONE XL but it crashed, prehaps I was using the wrong values for width height and colour depth, It would be much better if these could also be detected by the program itself
--Giles Bathgate 13:05, 31 January 2008 (CET)
look at the savescreen command in X11-Basic, The fileformat is directly .bmp. no need to convert it.
Or:
get 0,0,320,240,a$ bsave "filename.bmp",varptr(a$),len(a$)
Ah ha!


