board707 / DMD_STM32

STM32Duino library for RGB, Monochrome and Two-color led matrix panels
GNU General Public License v3.0
64 stars 21 forks source link

PIO support? #64

Closed xuniuer closed 6 months ago

xuniuer commented 9 months ago

Hi there,

Could I use RP2004 framework based on PlatformIO?

board707 commented 9 months ago

Hi The term PIO as applied to the rp2040 has a completely different meaning - this is the name given to the assembler machines in the processor core. My code uses these machines, in this sense the library is compatible with PIO :) If you mean the PlatformIO programming environment, then I don't use it and therefore I have no experience embedding my code into it. I think that it should not be more complicated than any other Arduino library, but I haven’t tried it myself.

xuniuer commented 9 months ago

I mean the later~PlatformIO.

---- Replied Message ---- | From | @.> | | Date | 12/20/2023 15:34 | | To | @.> | | Cc | @.>@.> | | Subject | Re: [board707/DMD_STM32] PIO support? (Issue #64) |

Hi The term PIO as applied to the rp2040 has a completely different meaning - this is the name given to the assembler machines in the processor core. My code uses these machines, in this sense the library is compatible with PIO :) If you mean the PlatformIO programming environment, then I don't use it and therefore I have no experience embedding my code into it. I think that it should not be more complicated than any other Arduino library, but I haven’t tried it myself.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

board707 commented 9 months ago

As far I know Platformio can use Arduino libraries, which means this library can be added to the Platformio project too.

xuniuer commented 9 months ago

I will have a try.

---- Replied Message ---- | From | @.> | | Date | 12/20/2023 16:17 | | To | @.> | | Cc | @.>@.> | | Subject | Re: [board707/DMD_STM32] PIO support? (Issue #64) |

As far I know Platformio can use Arduino libraries, which means this library can be added to the Platformio project too.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

wsandor commented 9 months ago

Hi, I used the library whitin PlatformIO - not the latest version, but I think It should work also.