Results 466 comments of juj

The only thing that comes to mind with respect to temperature is to see if adjusting Power Control or VCOM Control initialization settings at https://github.com/juj/fbcp-ili9341/blob/45e77fe63cda77e9636c9f23225313a458e55377/ili9341.cpp#L34-L46 might have an effect. Try...

The voltage setting controls that I am aware are the ones shown above. I do seem to have written down a note there that VCOM1 would affect brightness. I don't...

Sorry, I do not understand the question. The file is part of the repository checkout in the directory you checked out fbcp-ili9341 to, under the name ili9341.cpp: https://github.com/juj/fbcp-ili9341/blob/master/ili9341.cpp

you can use the same command line you used to build fbcp-ili9341 to edit files before building, e.g. by using some of the options here: https://www.circuitbasics.com/how-to-edit-text-files-on-a-raspberry-pi/ the VCC line is...

> I still wonder if there is a better way to do this. I am not aware of a better mechanism, unfortunately the running programs will only be able to...

The error suggests there is some other software driver that is using the DMA RX channel 1. Try using another DMA RX channel for fbcp-ili9341. See https://github.com/juj/fbcp-ili9341#specifying-other-build-options : ``` -DDMA_RX_CHANNEL=:...

Thanks - I'll defer landing this until it is known if the driver can be made to work on 64-bit at least. I don't know if that would be the...

For illustration, here are the set of changes I did to make the code pass on latest LLVM/Clang 16. Would these look like they'd be adoptable? ```diff diff --git a/bench/CMakeLists.txt...

Thanks for pinging. Currently we should be good with adopting this. Our CI builders should be fairly configurable to build Binaryen on whatever is the latest. However we do need...

Took quite a bit of time to get back to looking into GC on Emscripten.. I see that in current main branch, the issue 1) has already been fixed. So...