bluelasers
bluelasers
To answer the question, getting refreshes above 200Hz will be hard at 192x128. Quality will be an issue also. The reason for this is simple, this library uses traditional PWM....
> We probably won't reach 11-bit BCM with this, but in particular for smaller displays with lower PWM bits, this is still a good advantage given the CPU savings and...
The RP2040 is capable of supporting most LED Panels. However, there are some issues with it in standalone. RP2040 cannot do all processing in certain cases and probably does not...
It should be noted that this is correct. However there is another way to work through this, but it is much more involved. The suggested method here works on the...
I would recommend limiting the number of CPUs given to the OS. Currently three are recommended. Limiting this to one, could provide a path to mitigation.
There may be a way of working around the GPIO issues with a kernel module. However, the GPIO does work differently. This code base uses a kernel module to gain...
OS cannot be predicted. If you lose the CPU you lose the background thread. Basically this means the multicore is single threaded. The cache can get cold during this time....
My concern is outlined in #1468. This issue applies on multicore also. We can mask out the background threads priority. This stalls the panels multiplexing. We may be forced to...
I recommend against this, but we could document and close.