I am trying to set up the GFX version of the OLED-96-G2 to run in stand alone mode. When i received it it was scrolling default text on power up.
I loaded the uOLED-96-G2GFX-R22.PmmC
at this point I can not get anything on the display. Not even a line of text will display.
#platform "GOLDELOX-GFX2"
// Program Skeleton 1.0 generated 9/14/2012 1:44:17 PM
#inherit "4DGL_16bitColours.fnc"
#inherit "VisualConst.inc"
#inherit "XAEConst.inc"
// Label1 1.0 generated 9/14/2012 2:04:57 PM
txt_FGcolour(WHITE) ;
txt_BGcolour(BLACK) ;
gfx_MoveTo(15, 23) ;
putstr("TEST 12345") ;
My intention is to run a video in a repeat loop whenever the module is just powered on.
what may I be doing wrong ? I have had no problems with the 144, 128, and 160 modules ...
thanks very much !
Wojtek
I loaded the uOLED-96-G2GFX-R22.PmmC
at this point I can not get anything on the display. Not even a line of text will display.
#platform "GOLDELOX-GFX2"
// Program Skeleton 1.0 generated 9/14/2012 1:44:17 PM
#inherit "4DGL_16bitColours.fnc"
#inherit "VisualConst.inc"
#inherit "XAEConst.inc"
// Label1 1.0 generated 9/14/2012 2:04:57 PM
txt_FGcolour(WHITE) ;
txt_BGcolour(BLACK) ;
gfx_MoveTo(15, 23) ;
putstr("TEST 12345") ;
My intention is to run a video in a repeat loop whenever the module is just powered on.
what may I be doing wrong ? I have had no problems with the 144, 128, and 160 modules ...
thanks very much !
Wojtek
Comment