How to use touchGFX in a project on m3 processor (on f107 for example) without tft display?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-25 8:41 AM
Cube does not allow connecting through additional applications, and the library does not have libtouchgfx.a for m3. In version 4.10 this file is. Use old version?
Solved! Go to Solution.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-31 6:12 AM
I figured it out.
Create a project for the board (cortex-m4 or cortex-m0) with a screen. Turn on touchGFX. Interface - Custom. App Tick Source - Custom. Graphics Accelerator - None. The rest is as you need.
Copy the TouchGFX folder (where the gfx project is) and copy the library folder (Middlewares / ST / touchgfx).
Understand includes and use the libtouchgfx.a library for Cortex-m0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-31 6:12 AM
I figured it out.
Create a project for the board (cortex-m4 or cortex-m0) with a screen. Turn on touchGFX. Interface - Custom. App Tick Source - Custom. Graphics Accelerator - None. The rest is as you need.
Copy the TouchGFX folder (where the gfx project is) and copy the library folder (Middlewares / ST / touchgfx).
Understand includes and use the libtouchgfx.a library for Cortex-m0.
