gp2x wiz & PLATFORMINFO$("BATTERY")

Previous topic - Next topic

9940

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

Hemlos

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

Bing ChatGpt is pretty smart :O

9940

Yes (except for ID which returns NO_DATA)