GithubHelp home page GithubHelp logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
After further tinkering, this appears to have been an out-of-memory problem. 
Getting rid of the FAT filesystem parts of the SD library and using Sd2Out 
directly works fine.

Original comment by [email protected] on 20 Feb 2012 at 7:24

from arduino-tvout.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Could you tell me how you did that. I know where the SD library is, I just 
wanna know what lines you removed. Or maybe supply your working copy of SD 
library.

Original comment by [email protected] on 11 Mar 2012 at 10:35

from arduino-tvout.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Sure. I copied the following into my sketch directory...
Sd2Card.cpp Sd2PinMap.h Sd2Card.h SdInfo.h

...then included the following in my sketch...
#include "Sd2PinMap.h"
#include "SdInfo.h"
#include "Sd2Card.h"

Then you should be able to declare an SDCard object and use it:

Sd2Card c;
pinMode(10, OUTPUT); // CS pin
c.init(SPI_HALF_SPEED, CS_pin);
...

No need to remove any lines if I recall correctly.

Original comment by [email protected] on 12 Mar 2012 at 12:28

from arduino-tvout.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
you don't really to do these.I had exactly the same problem and I lowered the 
resolution in void setup()

From: TV.begin(PAL,120,96);

TO : TV.begin(PAL,100,64);

And works like a charm without touching the sd library

The arduino (atmega328 )  has only 2k of sram and lowering the resolution makes 
it to consume less RAM.

Original comment by [email protected] on 7 May 2012 at 6:57

from arduino-tvout.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
This library will not work alongside everything very nicely. The way it works 
requires to strict of timings and uses a lot of memory at "higher" resolutions

Original comment by [email protected] on 25 Jun 2012 at 1:33

  • Changed state: Invalid

from arduino-tvout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.