i had a look at the org file i posted and it has the same errors, i always have trouble with white spaceI also got the two Label after column 1 warnings (GLCDS_BAR_?CCBWC) etc but it turns out that there's a whitespace infront of those two macro labels on the include file. There was also an ELSE in column 1 causing another warning.
also found 2017 version where the glcd_clrxy routine was ok, so i must have broken it when i added the bar stuff
this is better
Code:glcd_clrxy: ' clear area x1y1 to x2 y2 FOR GRX = 0 TO 31 glcd_buff[GRX] = glcdData NEXT CTEMP = (1 + GX_ - GX)*(1 + GY_ - GY) gosub setxy glcd_rad=32 GRX = CTEMP/32 while grx gosub ssd_data grx=grx-1 wend glcd_rad = CTEMP//32 IF glcd_rad THEN gosub ssd_data ENDIF return




Bookmarks