i'm using this compiler mostlly but there is a problem with this compiler
and with GLCD because with LCDOUT command i cann't write string to
GLCD but in Proton+ i can do it easily, but im not compfortable with proton+
i like microcode studio+, and if i want to write a string to GLCD that will take
more instructions to do it bt in proton its easy with one instruction.
for example with proton
print at 0,2,"Hello"
that will print string on GLCD
but with the same thing with micrcode studio i can't do it like this
LCDOUT $fe,$40
LCDOUT "Hello"
i ask if there is a new version of Microcode studio plus to deal with GLCD??
Bookmarks