News:

;) This forum is the property of Proton software developers

Main Menu

_PRINT and _GLCD_CURSOR missing

Started by charliecoutas, Jun 26, 2022, 01:29 PM

Previous topic - Next topic

charliecoutas

I'm sure I've seen this before, but my memory isn't good.

I just recompiled a program using SH1106 dislplay and the assembler throws lots of errors,
they are all for missing labels. Eg ...SH1106_V1.0\AS 1457: Symbol not previously defined (__PRINT)
,...same.. define (__GLCD_CURSOR) etc etc

I don't think I've changed anything. Does this ring a bell with anyone please?

Charlie

         Include "SH1106_Def_v1.00.inc"
         Include "Graphic_Def_v0.4.inc"
         Include "SH1106_Sub_v1.00.inc"     
         Include "Graphic_Sub_v0.4.inc

Pepe

#1
use this library

charliecoutas

Thanks Pepe. Much appreciated.

Charlie