Giter Site home page Giter Site logo

matrizled's Introduction

MatrizLed

MatrizLed es una libreria de Arduino para matrices de leds de 8x8 con controladores MAX7219 o MAX7221 Esta libreria esta basada en LedControl

Descargar

La version mas actualizada se encuentra en el github de MatrizLed

Instalación

Las instrucciones para instalar librerias en arduino se encuentra aquí (ingles)

Uso

En el IDE de Arduino, en ejemplos -> MatrizLed se encuentran todos los casos de uso.

Limitaciones

Actualmente soporta letras en mayuscula/minuscula, numeros y espacio. Si necesitas algun otro caracter o funcionalidad, crea un issue en github

matrizled's People

Contributors

danidask avatar matthijskooijman avatar wayoda avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

matrizled's Issues

rotacion de display

Buenos dias,
Gracias por la corrección, pero todavía hay un problema.
Ahora la función "pantalla.escribirFrase (" Hola ");" no se muestra correctamente
IMG_20191223_083049

La función "pantalla.escribirFraseScroll (" Hola ", 50);" Tampoco funciona.
IMG_20191223_082721_004

No entiendo por qué el LED ("dispositivo 0, fila 0, columna 0") está aquí.
IMG_20191223_083121

Dado que el dispositivo 0 está en el lado del conector, ¿no debería girarse la pantalla hacia el otro lado?
IMG_20191223_082017

Atentamente
Sebastián

Escritura Libre

Quiero hacer un corazón, carita etc por ejemplo, como podria hacerlo? ya que solo permite caracteres definidos y no encuentro una funcione en la que pueda algo tipo:
//Corazón grande
byte Heart2[] = {
B01100110,
B11111111,
B11111111,
B11111111,
B11111111,
B01111110,
B00111100,
B00011000};

Como podria o deberia hacerlo?

error: 'dtostrf' was not declared in this scope

Hi,
I try to use the library for a Adafruit Feather nrf52 projetct but get this error:

C:\Users\Arnaud\Documents\Arduino\libraries\MatrizLed\src\MatrizLed.cpp: In member function 'void MatrizLed::escribirCifra(int, int)':
C:\Users\Arnaud\Documents\Arduino\libraries\MatrizLed\src\MatrizLed.cpp:289:5: error: 'dtostrf' was not declared in this scope
  289 |     dtostrf(cifra, getDeviceCount(), 0, formateado);
      |     ^~~~~~~
exit status 1
Error compiling for board Adafruit Feather nRF52832.

could you help?

thanks!

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.