leesohaeng Posted November 13, 2017 Report Share Posted November 13, 2017 (edited) hello I'm just started to quest through the uGFX. I'm using Nucleo-F446RE(STMicroelectronics) and 1.77 inch tft lcd(ST7735). I don't know how to add files. I looked for examples, but I couldn't find them. Create a project with a CubeMX and use the HAL library. IDE is TrueStudio 8.1.0. please, some information. thanks. Edited November 13, 2017 by leesohaeng Link to comment Share on other sites More sharing options...
AlexMiron31 Posted November 15, 2017 Report Share Posted November 15, 2017 Never worked with TrueStudio before, but as far as I know it is Eclipse-based. Here is a complete guide how to run uGFX on Eclipse - https://wiki.ugfx.io/index.php/Using_Eclipse The examples are in /demo folder. There are no ready-to-use projects for every IDE. I use Keil IDE and simply copied the code from main.c - it always works for me. Link to comment Share on other sites More sharing options...
cpu20 Posted November 15, 2017 Report Share Posted November 15, 2017 As @AlexMiron31 mentioned Attolic is Eclipse based, and so it is possible to import projects that are made in Eclipse. You could import this project: and you can set this up for your specific board and LCD. It should be fairly straight forward. Or you can indeed follow the Eclipse guide as it fully applies to Atoolic too. 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