Coder Social home page Coder Social logo

itdb02's People

Contributors

googlecodeexporter avatar

Stargazers

 avatar

Forkers

fantuznet

itdb02's Issues

DrawCircle function

I suggest adding a drawCircle function to your library.

void ITDB02::drawCircle(int x, int y, int r, int col)
{
  int a,b;
  for(a=0;a<=r;a++){
    b=sqrt(pow(r, 2)-pow(a, 2));
    Pant(x-a,-b+y,a+x,b+y,col);
  }
}

Original issue reported on code.google.com by [email protected] on 27 Sep 2011 at 11:49

Lacking Information about shields

It is very difficult to get the ITDB02 and its shield working, because the 
needed information is hard to find.

There are two shields : one for Uno (and compatibles) and one for MEGA. These 
shields contains resistors for the ITDB02 because it requires 3V3 working.

In addition, the ITDB itself includes a SD (full size) interface, while the 
shields include a RTC with battery holder.

Unfortunately, there lacks clear information on how to get all this working. 

For example, the manual does not state the type of battery for the RTC. The 
v1.2 and v1.3 libraries are not compatible, because as V1.3 supports other 
types of LCD, some function calls are changed.

There is no mention either of which pins are used for the RTC and the SD 
interface. Maybe these are the "same as usual", but for newbies, nothing is 
usual. 

I would strongly suggest the manual to include the full schematic of the 
shield, so that it would be possible to easily find back teh information that 
is lacking.


Original issue reported on code.google.com by [email protected] on 1 Nov 2011 at 5:48

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.