stechy1 Posted December 7, 2017 Report Share 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 Link to comment Share on other sites More sharing options...
cpu20 Posted December 7, 2017 Report Share Posted December 7, 2017 You left all the board-file functions empty. They are nescessary for communicating with the display. Link to comment Share on other sites More sharing options...
stechy1 Posted December 7, 2017 Author Report Share Posted December 7, 2017 OH thanks, that makes sence. Any tip, where to find implementation for my board? Link to comment Share on other sites More sharing options...
cpu20 Posted December 7, 2017 Report Share 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. Link to comment Share on other sites More sharing options...
stechy1 Posted December 7, 2017 Author Report Share Posted December 7, 2017 OK, thanks for your time. I will try to write something. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now