What steps will reproduce the problem? 1. Compiling
What is the expected output? What do you see instead? I'm seeing the following compiler error…
VGA13_0315/CRT_ChangeMode.cpp.o: In function CCRT::ChangeMode(unsigned char)':
/Users/marcel/Documents/Arduino/libraries/VGA13_0315/CRT_ChangeMode.cpp:32: multiple definition of
CCRT::ChangeMode(unsigned char)'
CRT_ChangeMode.cpp.o:CRT_ChangeMode.cpp:32: first defined here
… in fact LOTS of this but this is the start of it.
What version of the product are you using? On what operating system? VGA13_0315 Arduino IDE 0022, 1.0.4 and 1.5.4 On Mac OS 10.8.5
Please provide any additional information below.
Comment #1
Posted on Oct 13, 2013 by Happy Giraffethe code is not properly programmed for use as library. Just unzip the code, load it via file open -> choose the vgaxxxx.ino file and voila it compiles without error.
vga13_0315 arduino ide 1.0.5 on a win 7 PC
Status: New
Labels:
Type-Defect
Priority-Medium