Can I set a specific pixel to a RGB value?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can I set a specific pixel to a RGB value?

1,401件の閲覧回数
scottwalter
Contributor I

Hey guys,

I'm developing an HDMI driver for the i.IMX6 board. This is my first time writing a driver so I'm a little new to this. I was looking for two specific features present in the HDMI configuration registers that I can't seem to find:

1. Can you set a specific pixel to be a certain RGB value?

- In the SDK code for the HDMI there's a nice way to force the entire screen to be one color but not an individual pixel.

2. Is there a way to disable/enable the backlight, turn on/off the screen via the HDMI config registers? Based on previous i.MX boards this was done by altering one simple register. Is it the same for i.MX6?

Thanks!

ラベル(1)
タグ(3)
0 件の賞賛
返信
2 返答(返信)

1,305件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

1. Can you set a specific pixel to be a certain RGB value?

> what specific pixel do you need to set? pls give me detailed case for check

2. Is there a way to disable/enable the backlight, turn on/off the screen via the HDMI config registers?

> via HDMI config register? no, hdmi config register couldn't control backlight. you can refer to the "imx6q_add_mxc_pwm_backlight" fucntion in the "arch\am\mach-mx6\board-m6q_sabresd.c". imx products have the familiar PWM module.

0 件の賞賛
返信

1,305件の閲覧回数
scottwalter
Contributor I

what specific pixel do you need to set? pls give me detailed case for check

> For instance, I want to set pixel 250,59 to the RGB value 35,20,16 (totally random).

0 件の賞賛
返信