STM32F429ZI Discovery board drivers

Dependents:   2a 2b 2c 2d1 ... more

BSP_LCD_DisplayStringAt() BugFix

There was some weird uneeded code. It was creating `xsize` which was the screen size divided by charater width then multipling that by charater width. Would also just add this screen width to the X value which would make the X value just wrap around to the same place. Bug was in this screen width was being divided by two in CENTER_MODE case.

2 comments:

06 May 2020

Hi In fact current code is working assuming X=0... I agree that mixing X position and poition as input is strange...

21 May 2020

Is there any other changes you need to accept the PR?