Git Product home page Git Product logo

Comments (8)

board707 avatar board707 commented on August 20, 2024

Hi!
Please test latest release, it should be more stable.
Note changes in syntax - you should remove any Timer setting from setup() and add dmd.init() method instead. Brightness now from 0 to 255. See examples

from dmd_stm32.

vtronicsautomation avatar vtronicsautomation commented on August 20, 2024

Hey, thanks for your response I'll test with the new version and let you know, ...I'm working on blue pill will that be able to handle 320x320 pixels (10ftx10ft) via splitting it to run on spi1 - 5x5 & spi2 - 5x5

from dmd_stm32.

board707 avatar board707 commented on August 20, 2024

Hi
There is something wrong in the arithmetics : )
First - 10x10 is not two 5x5, it is four
Second - 320x320 pixels is not 10x10 panels - it is 10x20 panels

The library definitely will not work with 100 (10x10) and 200 (10x20) panels - it is too much for the code. You can try 5x5 matrix - it was not tested, but hopefully will work

from dmd_stm32.

vtronicsautomation avatar vtronicsautomation commented on August 20, 2024

Actually i didn't mean 10x10 panels i ment 10ft x10ft - ( 32x10=320/16x20=320) so I thought of running 5ftx5ft(32x5= 160/ 16x10= 160) On spi one alone as far as i have tested so far i was able to handle 4ftx2ft ( 4x32=128 : 4x16 = 24) works perfectly without any lags , beyond this resolution there is a little lag adds up for every 512 pixels added ie 32x16 per module

from dmd_stm32.

board707 avatar board707 commented on August 20, 2024

Hello
Did I understand correctly that you have already tested the new code and it works with 4ftx2ft (4x4 panels, 16total) without significant lags?

from dmd_stm32.

vtronicsautomation avatar vtronicsautomation commented on August 20, 2024

Hi,
yes with the new code it works fine so far to display static text but scrolling haven't tested. I'll be adding up some serial functionalities and split screen scrolling functionalities to my, to see if there is any lags or not. Hopefully it should work fine.

from dmd_stm32.

TechTwilight avatar TechTwilight commented on August 20, 2024

Hello ,
I am using dmd library for stm32f103c8t6 bluepill.
But while compiling the code i am getting error "no matching function for call to SPIClass::SPIClass(int)".

Error showing at this line of your code

// We'll use SPI 2
SPIClass dmd_spi(2);

Please help me.
Which Arduino ide and stm32core version are you using ????

from dmd_stm32.

board707 avatar board707 commented on August 20, 2024

from dmd_stm32.

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.