Skip to content

More error #16

@brightproject

Description

@brightproject

ST7735_AmigaBall:60:41: error: 'RGBto565' was not declared in this scope
uint16_t bgCol = RGBto565(160,160,160);
^
ST7735_AmigaBall:61:38: error: 'RGBto565' was not declared in this scope
uint16_t bgColS = RGBto565(90,90,90);
^
ST7735_AmigaBall:62:40: error: 'RGBto565' was not declared in this scope
uint16_t lineCol = RGBto565(150,40,150);
^
ST7735_AmigaBall:63:38: error: 'RGBto565' was not declared in this scope
uint16_t lineColS = RGBto565(80,10,80);
^
C:\Users\Admin\Documents\Arduino\Arduino_ST7735_STM-master\examples\ST7735_AmigaBall\ST7735_AmigaBall.ino: In function 'void drawBall(int, int)':
ST7735_AmigaBall:119:5: error: 'lcd' was not declared in this scope
lcd.drawImage(0,yy,SCR_WD,1,line);
^
C:\Users\Admin\Documents\Arduino\Arduino_ST7735_STM-master\examples\ST7735_AmigaBall\ST7735_AmigaBall.ino: In function 'void setup()':
ST7735_AmigaBall:126:3: error: 'lcd' was not declared in this scope
lcd.init();
^
C:\Users\Admin\Documents\Arduino\Arduino_ST7735_STM-master\examples\ST7735_AmigaBall\ST7735_AmigaBall.ino: In function 'void loop()':
ST7735_AmigaBall:155:38: error: 'WHITE' was not declared in this scope
palette[i+1] = ((i+anim)%14)<7 ? WHITE : RED;
^
ST7735_AmigaBall:155:46: error: 'RED' was not declared in this scope
palette[i+1] = ((i+anim)%14)<7 ? WHITE : RED;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions