Aleš Katona

Results 153 comments of Aleš Katona
trafficstars

Can someone please test latest master (build manually) and tell me if everything looks good now? I fixed some issues with sizing etc.

Yeah it's hard to find a good spot. I'll have to see if there's a DPI/realsize way of calculating correct point size for this. The reason it got bigger is...

I can have a look, one problem is that a "real" example case would need to use some sort of specific embedded-hal implementation to get the SPI for example. That...

> * mipidsi documentation should not reference the no-longer-used Rgb666 color type What do you mean with this exactly? Rgb666 is a valid color, it's just RawU18 that will go...

This is a problem in the HAL of your PAC. I've tried to solve this for the RISC-V MCUs of E310x family [by introducing a shared device concept](https://github.com/riscv-rust/e310x-hal/tree/master/src/spi) based on...

As for a workaround you can use [release()](https://github.com/almindor/st7789/blob/master/src/lib.rs#L269) to get the SPI back and sort of just juggle the around. Display interface has a [release()](https://github.com/therealprof/display-interface/blob/master/spi/src/lib.rs#L132) as well which will give...

Sorry, I don't have TOHOLED. If you do maybe we can come up with a way to get it working tho. On Wed, Jun 24, 2015 at 9:54 AM, heubergen...

Hmm interesting, seems maybe the format is different, which is very surprising. Can you attach examples of: 1. `cat /proc/stat` 2. `cat /proc/meminfo` and paste the full outputs here? Preferably...

Interesting to /proc/stat seems to show only 2 cores instead of 8, but it might be due to it not being busy. Maybe on the XA cores get disabled completely....

Can you please also paste full `/proc/cpuinfo` ? Specifically when idle