stechy1 Report post Posted December 7, 2017 Hello, after hours and hours of project setup I was successful and compile project without error. Unfortunately my display is not showing anything. I created base project in STMCubeMX. In Atolic True studio I setup uGFX library with simple example with one Label. Full project is attached. Can anyone help me find, where is the problem? Thanks template.zip Share this post Link to post Share on other sites
cpu20 Report post Posted December 7, 2017 You left all the board-file functions empty. They are nescessary for communicating with the display. Share this post Link to post Share on other sites
stechy1 Report post Posted December 7, 2017 OH thanks, that makes sence. Any tip, where to find implementation for my board? Share this post Link to post Share on other sites
cpu20 Report post Posted December 7, 2017 Every implementation that is available is present in boards/base. It seems that for your board there are no baremetal drivers available yet. The only drivers available use ChibiOS. The only option for now will be to write the board files yourself. Share this post Link to post Share on other sites
stechy1 Report post Posted December 7, 2017 OK, thanks for your time. I will try to write something. Share this post Link to post Share on other sites