Coder Social home page Coder Social logo

digipixel's People

Contributors

bdowling avatar blackketter avatar bradsprojects avatar claudiuo avatar crazyau avatar kostassite avatar mkknop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

digipixel's Issues

Is it work with 3.3v?

I bought DigiPixel many years ago from kickstarter. But didn’t play much with it. Now I just bought a Raspberry Pico, and I want to try DigiPixel with it. But Arduino is 5v and Pico is 3.3v on IO pin. So I wonder can it still work. I can’t find any docs mention what voltage is DigiPixel’s high level input voltage.

Thanks a lot.

How should we collect or share "alternative versions" of samples?

I'm sure as people get more time to toy around with their DigiPixels and start experimenting, we're going to get lots of new variants of the samples, just wondering if anyone has any thoughts on how we should share these up?

One idea is we could keep then in our own forked branches and mention a link to them.. For some they could be added to the examples library as a new version, but probably don't want that to get that too cluttered. Plus part of me thinks the many great originals Brad has so graciously provided us should be left mostly alone, leaving room for others to experiment.

As an example here are a couple simple changes I did to the Snake and TheGreatRace games (see commit notes)...
SnakePixel (Head Color, +speed, a/b to restart) - bdowling@f996809
TheGreatRace (Horizontal/landscape play mode with B, Progressive speedup)- bdowling@894c219

Writing/running code without the digipixel

So I haven't yet received my digipixel and I'm wondering how y'all are writing games for it already. Is there a way to emulate this that I don't know about? Can it just run in a normal terminal?

Digipixel Library

Hello Brad,
I've noticed that the Digipixel Library for arduino is missing on your first commit.

Good luck with those twins!
Gaspar

How to use github

You'll want to make a public and private keypair for pushing to your repository.

$ ssh-keygen -t rsa -b 4096

and then give github your public key from ~/.ssh/id_rsa.pub
then you can clone down the repo

$ git clone [email protected]:bradsprojects/DigiPixel.git

inside the DigiPixel folder, you can then make your folders and files. Maybe a third-party folder where people can put code for a pull-request would be a good idea.

Once you make your folders, add them to the git repo.
The below command adds the current working directory, so make sure you're in the DigiPixel folder.

$ git add .
$ git diff --staged 
$ git commit -m 'this message says what changed in these files'
$ git push origin master

That'll get your changes into github nicely.

As for other people, we can fork the repo and put namespaced code in the third-party folder, then submit a pull request. You'll have to read more about pull requests when the time comes.

Best Wishes,
Lotus

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.