GLBasic forum

Main forum => Bug Reports => Topic started by: 9940 on 2009-Jul-15

Title: gp2x wiz & PLATFORMINFO$("BATTERY")
Post by: 9940 on 2009-Jul-15
I have battery charged but this code still drawing 0 on the screen (firmware 1.1.0) :S

Code (glbasic) Select

WHILE TRUE
     PRINT PLATFORMINFO$("BATTERY"), 5, 5
     SHOWCREEN
WEND
Title: Re: gp2x wiz & PLATFORMINFO$("BATTERY")
Post by: Hemlos on 2009-Jul-15
Quote from: 9940 on 2009-Jul-15
I have battery charged but this code still drawing 0 on the screen (firmware 1.1.0) :S

Do the other data outputs work on wiz?

ie.
"" (empty) for platform
ID
DEVICE
TIME
etc

Title: Re: gp2x wiz & PLATFORMINFO$("BATTERY")
Post by: 9940 on 2009-Jul-17
Yes (except for ID which returns NO_DATA)