Jump to content

Nucleo-F446RE and ST7735


leesohaeng

Recommended Posts

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.

IMG_7109.thumb.JPG.fc48c6d8c3eaed630319aab3406e4de6.JPG

Edited by leesohaeng
Link to comment
Share on other sites

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...