I love what you're doing but I'm struggling to get it running.
I'm seeing the following compiler error…
VGA13_0315/CRT_ChangeMode.cpp.o: In function CCRT::ChangeMode(unsigned char)': /Users/me/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.
I'm using VGA13_0315
Arduino IDE 0022, 1.0.4 and 1.5.4
On Mac OS 10.8.5
I'm hoping to use this as a display device for kids club where we are building a race track for Pinewood Derby cars. An Arduino will scan optical sensors at the finish line then display placings either on a monitor or a projector.
I'm using
Windows XP - Arduino 0018
Windows 7 - Arduino 1.0.4
And there is no problem.
But the source of Shift-JIS code seems to have been mixed.
Will there be affected this for Mac OS?
I think I want to check the files you unzipped.
Could you send me by compressing the following folder?
/Users/me/Documents/Arduino/libraries/VGA13_0315/
I received the?files and compiled on my Windows PC.
No error occurred.
/Users/me/Documents/Arduino/libraries/VGA13_0315/CRT_ChangeMode.cpp:32: multiple definition of `CCRT::ChangeMode(unsigned char)'
I noticed VGA_0315 folder is located under the libraries folder.
So I also to put in the same way.
Then the folder name I have seen in the following step.
[File] -> [Examples]
And click the name then open new window.
I clicked Verify button then same error occurred.
VGA_0315 folder and files are not arranged as libraries.
So when we compile the files the following procedure.
[File] -> [Open]
Select
/VGA13_0315.pde
then open new window and click [Verify] button.
I'm coding NTSC signal soft recently.
Arduino UNO or Duemilanove and 8 registers
I thought up new way.
It might make more display characters if applied VGA13 this technique.
I have managed to run this nice project on Mega2560.
Everything else works now, but first line of every font is out of sync. This works with UNO, but I need analog input pins in project.
I watched the video.
I think that the processing time is running out.
Could you send me your code?
I will chek that on my Mega2560.
If you are satisfied with 6 charcters per row,?it may be easy to correct.
Everything else works now, but first line of every font is out of sync. This works with UNO, but I need analog input pins in project.
When using UNO, you can use PD port instead of PC port as signal output.
But my code is quite complicated. That's right.
I'm staying at my home town to take a vacation in this week.
So, next week I will try your code.
Hi,
Thanks for your answer!! I can upload code also next week because of vacation.
My part of code is very very simple. Only read one analog input value and make few if comparsions and depend of those display some Finnish text.
I have tested also your examples only changing (found in Youtube) :
defTimer.h ->
" #define CRT_OCR1A_HS 61 /* (1/16MHz)×61 = 3.8125us / #define CRT_OCR1A_VS (615- 61) #define CRT_ICR1 615 / (1/16MHz) × (1017+1) = 31.75us */
"
Monitor is out of sync with default settings.