David Thacher

Results 23 comments of David Thacher

I have never seen this documented. One person randomly documented bits in the control registers in another project, but never explained them. It looked a little disorganized. I tried looking...

> I looked into the memory mapped drivers a while ago but the shift seems to be towards moving the 'intelligence' to the controlling circuitry rather than the display boards...

You are probably over 15A. I am guessing your power draw at full white is 15.36. This does not include overhead from ICs, caps, controller, etc. Adding a few extra...

> @daveythacher I wasn't anywhere close to full white though. In any case, a 5V 15A power supply works fine for me when connected directly. > > In the meantime...

I have TC5020 based panel which uses Red 1.1k, Green 2.55k and Blue 3.65k. Note this assumes the LEDs are similar to the ones in my panel. This is done...

> I don't know, but somebody else might. I would request a refund or do a chargeback to the seller - although if you've already done stuff to the panel...

Two options: https://github.com/raspberrypi/pico-sdk/issues/548#issuecomment-915210409 Note would need struct initialization function. Documentation update would be required. However documentation is already needed for delay. Another option is to hide these functions since they...

> > Deprecate/remove hardware_uart? > > Why on earth would we do that? It provides useful functionality. there is always register access for what it doesn't provide Currently the hardware_uart...

Forgot about the assert. I had considered it but did not see the point in changing the return signature. (We can be mislead.) Note there is no nullptr check.

Queue free is a good point. Part of me wants to create a new type which forces a duplication of the API. Part of me says we could add a...