It has been solved I figured it out I had librarys that were conflicting with eachother and the right stuff wasn't being used, did a clean install of the IDE on a different computer installed only the library's i needed and it worked!
hey guys im trying to setup the pong game for arduino and im having this problem with the TVout library i keep getting this error code now this is just for testing that the screen and ouput will work properly so im just using the example not the pong game code.
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Uno"
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:16:9: warning: narrowing conversion of '(xOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff + cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:16:22: warning: narrowing conversion of '(yOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff + cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:16:35: warning: narrowing conversion of '(zOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff + cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:17:9: warning: narrowing conversion of '(xOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff + cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:17:22: warning: narrowing conversion of '(yOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff + cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:17:35: warning: narrowing conversion of '(zOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff + cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:18:9: warning: narrowing conversion of '(xOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff - cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:18:22: warning: narrowing conversion of '(yOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff - cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:18:35: warning: narrowing conversion of '(zOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff - cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:19:9: warning: narrowing conversion of '(xOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff - cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:19:22: warning: narrowing conversion of '(yOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff - cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:19:35: warning: narrowing conversion of '(zOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff - cSize,zOff - cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:20:9: warning: narrowing conversion of '(xOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff + cSize,zOff + cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:20:22: warning: narrowing conversion of '(yOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff + cSize,zOff + cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:20:35: warning: narrowing conversion of '(zOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff + cSize,zOff + cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:21:9: warning: narrowing conversion of '(xOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff + cSize,zOff + cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:21:22: warning: narrowing conversion of '(yOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff + cSize,zOff + cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:21:35: warning: narrowing conversion of '(zOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff + cSize,zOff + cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:22:9: warning: narrowing conversion of '(xOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff - cSize,zOff + cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:22:22: warning: narrowing conversion of '(yOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff - cSize,zOff + cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:22:35: warning: narrowing conversion of '(zOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff - cSize,yOff - cSize,zOff + cSize},
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:23:9: warning: narrowing conversion of '(xOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff - cSize,zOff + cSize}
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:23:22: warning: narrowing conversion of '(yOff - cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff - cSize,zOff + cSize}
^
C:\Users\Alex\Documents\Arduino\sketch_jun04d\sketch_jun04d.ino:23:35: warning: narrowing conversion of '(zOff + cSize)' from 'int' to 'float' inside { } [-Wnarrowing]
{xOff + cSize,yOff - cSize,zOff + cSize}
^
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp:96:18: error: no 'void TVout::end()' member function declared in class 'TVout'
void TVout::end() {
^
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp: In member function 'void TVout::draw_line(uint8_t, uint8_t, uint8_t, uint8_t, char)':
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp:310:25: error: 'draw_column' was not declared in this scope
draw_column(x0,y0,y1,c);
^
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp:312:22: error: 'draw_row' was not declared in this scope
draw_row(y0,x0,x1,c);
^
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp: At global scope:
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp:391:71: error: no 'void TVout::draw_row(uint8_t, uint16_t, uint16_t, uint8_t)' member function declared in class 'TVout'
void TVout::draw_row(uint8_t line, uint16_t x0, uint16_t x1, uint8_t c) {
^
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp:445:73: error: no 'void TVout::draw_column(uint8_t, uint16_t, uint16_t, uint8_t)' member function declared in class 'TVout'
void TVout::draw_column(uint8_t row, uint16_t y0, uint16_t y1, uint8_t c) {
^
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp: In member function 'void TVout::draw_rect(uint8_t, uint8_t, uint8_t, uint8_t, char, char)':
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp:508:25: error: 'draw_row' was not declared in this scope
draw_row(i,x0,x0+w,fc);
^
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp: In member function 'void TVout::draw_circle(uint8_t, uint8_t, uint8_t, char, char)':
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp:546:37: error: 'draw_row' was not declared in this scope
draw_row(y0,x0-radius,x0+radius,fc);
^
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp:567:31: error: 'draw_row' was not declared in this scope
draw_row(y0+y,x0-x,x0+x,fc);
^
C:\Users\Alex\Documents\Arduino\libraries\TVout\TVout.cpp:571:31: error: 'draw_row' was not declared in this scope
draw_row(y0+x,x0-y,x0+y,fc);
^
exit status 1
Error compiling for board Arduino/Genuino Uno.
i have to put the code in the comments