STMicroelectronics / STM32CubeF4

STM32Cube MCU Full Package for the STM32F4 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
824 stars 408 forks source link

nt35510: fix setting of DPRSLCTR register #169

Closed passgat closed 4 months ago

passgat commented 4 months ago

As described in the NT35510 Application Note V0.04, the DPRSLCTR register (Display Resolution Control - B500h) needs to be set to 50h for the 480x800 display resolution.

The same patch has already been submitted and merged into the STM32CubeF7 project: https://github.com/STMicroelectronics/STM32CubeF7/pull/112/commits/72e73bbb41ad4df67de9630ba146170beb254124

Fixes: d599a824dfe2 ("Release v1.26.0")

IMPORTANT INFORMATION

Contributor License Agreement (CLA)

ALABSTM commented 4 months ago

Hi @passgat,

Thank you for this one too. Already forwarded to our development teams.

With regards,

ALABSTM commented 4 months ago

ST Internal Reference: 173066

ALABSTM commented 4 months ago

See also STM32CubeF7#112