Is there a good resource for getting started with the AD725 (or AD724) and the Arduino or Aduino Due? I need to make a gui (possibly using bitmaps) that outputs s-video and composite.
Thanks in advance
Is there a good resource for getting started with the AD725 (or AD724) and the Arduino or Aduino Due? I need to make a gui (possibly using bitmaps) that outputs s-video and composite.
Thanks in advance
My final solution will end up not using the AD725. The uVGA would need to be reprogrammed to output interlaced RGB in order to give correct signals to the AD725.
Instead, I will be using the uVGA mentioned in my last post, and parts from an external generic VGA to Composite/S-Video adapter.
This will provide 640x480 true color for my project.
The uVGA is a great solution for my project, and it even provides a micro-SD card, hence eliminating a shield on my project. It also provides audio output, but only in mono - so I won't be using it. Reading a graphic from the SD card and displaying it is extremely easy with serial commands and the provided Arduino library.
Thanks to my two participants. I appreciate your input.
My final solution will end up not using the AD725. The uVGA would need to be reprogrammed to output interlaced RGB in order to give correct signals to the AD725.
Instead, I will be using the uVGA mentioned in my last post, and parts from an external generic VGA to Composite/S-Video adapter.
This will provide 640x480 true color for my project.
The uVGA is a great solution for my project, and it even provides a micro-SD card, hence eliminating a shield on my project. It also provides audio output, but only in mono - so I won't be using it. Reading a graphic from the SD card and displaying it is extremely easy with serial commands and the provided Arduino library.
Thanks to my two participants. I appreciate your input.