Git Product home page Git Product logo

Comments (1)

KostyaCholak avatar KostyaCholak commented on May 29, 2024

I've created this component in my fork
https://github.com/JPro173/BOOLR/tree/add-led-array
Screenshot 2020-09-05 at 22 46 25

I will create pull request with other components soon.
We can discuss matrix pixel design, I though of the standard design with dots instead of squares, but dots look too separated.
I've no idea how to describe logic of the component in GUI, so I'll describe it here:
Chip operates on horizontal pixel lines (8 pixels in line), so we use 8 data pins and 3 address line pins instead of 64 data pins

Selecting the line:
Top line at the address 0, (ADDR0 = 0, ADDR1 = 0, ADDR2 = 0)
Second top line at the address 1, (ADDR0 = 1, ADDR1 = 0, ADDR2 = 0)
Bottom top line at the address 7, (ADDR0 = 1, ADDR1 = 1, ADDR2 = 1)

Chip has buffer memory and display memory, so you can write multiple lines separately and then push data to display

CE - Chip Enable, when off no writes possible and pixel won't light up, when on - operate normally
WE - Write Enable, write data to buffer
ADDR0,1,2 - Address Bits, Active line address bits
PUSH - Push data from buffer memory to display memory
0-7 - Data pins

from boolr.

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.