-->
Page 1 of 1

EspBasic display

PostPosted: Thu Apr 05, 2018 8:28 am
by d.alien
HI,
I'm trying to use espbasic.
All is ok about the installation, but when I try to program : print "hello world"
the sytem return "done" but I can't see the text "hello world" on the screen of my phone...
Some ideas ?

Tks a lot.

A.D

Re: EspBasic display

PostPosted: Fri Apr 06, 2018 11:30 am
by heckler
hi dalien,
It would be helpful if you posted your exact code that you have written.

have you tried to use "wprint" ??

https://docs.google.com/document/d/1EiYugfu12X2_pmfmu2O19CcLX0ALgLM4r2YxKYyJon8/pub#h.gcnh6car4avy

good luck
dwight

Re: EspBasic display

PostPosted: Fri Apr 06, 2018 4:50 pm
by d.alien
heckler wrote:hi dalien,
It would be helpful if you posted your exact code that you have written.

have you tried to use "wprint" ??

https://docs.google.com/document/d/1EiYugfu12X2_pmfmu2O19CcLX0ALgLM4r2YxKYyJon8/pub#h.gcnh6car4avy

good luck
dwight


HI,

It's the first time I use ESPBasic and just after the installation and after got the panel menu on my smartphone, I tryed to run the exemple given on the site :

I wrote on the edit menu :

print "hello world"

I save it and tryed to RUN it.

At this time, I received the message : "done" without any text "hello world".

What 's matter ?

Tks for you help, indeed !

Re: EspBasic display

PostPosted: Mon Apr 16, 2018 5:28 pm
by Zim
Try This
Code: Select allmemclear
cls
wprint "Hello World"
wait