6by9

Results 479 comments of 6by9

Thanks for the patches, but a few things to sort. - Kernel coding style mandates tabs (set to 8-spaces) rather than spaces for indentation. The checkpatch.pl script (in the scripts...

@popcornmix @naushir Any chance of a review or comment? Naush - it fixes the codec storing the wrong framerate that was raised in https://github.com/raspberrypi/rpicam-apps/issues/664

> Will we be wanting this on RP1 as well? (BTW the latter can also generate several other pinouts that would leave a gap for I2S, but I expect VC4...

Updated and now takes a string for the RGB order so that all orders can be handled in the RP1 driver. I think this handles the use case fairly cleanly,...

Possible but painful. All the formats are represented by MEDIA_BUS_FMT_xxx defines in the kernel from https://github.com/torvalds/linux/blob/master/include/uapi/linux/media-bus-format.h#L37. To add GRB and BRG means new defines for each bit depth of interest,...

> The KMS overlay also appears to lack the ability to disable HSYNC and VSYNC (using DE mode on an LCD, and using gpio2 and gpio3 for I2C). I got...

> I'll work on getting an understanding of the code in the two links you sent. I had trouble getting this overlay to compile locally for testing. I've compiled some...

Are we not risking breaking existing users who have hard coded gpiochip4 into their library? I'm looking at https://github.com/gpiozero/gpiozero/blob/master/gpiozero/pins/lgpio.py#L66 for example. @waveform80 would probably have a better knowledge of the...

As documented at https://www.raspberrypi.com/documentation/computers/config_txt.html#hdmi-pipeline-for-raspberry-pi-4-and-5, your 1366x768 isn't supported on Pi4 due to ``` Hfront 70 Hsync 143 Hback 213 Hpol P ``` Are you booting to a Window Manager (ie...

You say the "hyperpixel display (the rectangle one)". Do you mean the obsolete Hyperpixel (https://github.com/pimoroni/hyperpixel), or [HyperPixel4](https://shop.pimoroni.com/products/hyperpixel-4?variant=12569485443155)? Sorry to be pedantic, but details matter. You've reported it to Pimoroni? I...