-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup hal drivers (part 2) #23
Comments
Ok. Let me ask different. There are 2 BSP files:
Can those be reused by driver to reduce code size? A first glance, those already have everything and need only very thin wrapper. |
Thanks! I could drop most of the functions. Now tft.c is only 200 lines. I don't have the dev board with me now so I can test it only a little bit later. |
I've tested an pushed the tft changes. |
Thanks! I think now drivers looks "simple" and will no scare anyone :). |
Looks great! Especially after removing the |
Continue of #22.
Pio fixed bug with search paths or our devboard and we can finish with the rest. I already removed some files https://github.com/lvgl/lv_platformio/commits/master.
@kisvegabor could you check content of ttf/touchpad src https://github.com/lvgl/lv_platformio/tree/master/hal/stm32f429_disco? Can those be reduced by reuse of board drivers from hal?
See
~/.platformio/packages/framework-stm32cube/f4/Drivers/BSP/STM32F429I-Discovery
The text was updated successfully, but these errors were encountered: