[TouchGFX] [STM32F4] Use TouchGFX to design GUI on STM32F429I Disc1/使用TouchGFX設計STM32F429I Disc1開發板的圖形介面

This example shows how to use TouchGFX to design GUI on LCD of STM32F429I Disc1 Board.
One progress indicator and two buttons are used in this example.There are two examples of demonstrating interactions of the button to interact with the circleProgress indicator:
1. setValue
2. Call New Virtual Function --> Use VS code to modify code generated by TouchGFX
Tab "Run Simulator" to see the effect of the code.
Tab "Run Target" to download the code to STM32F429I Disc1 board.
這個範例說明如何使用TouchGFX設計STM32F429I-Disc1 開發板上LCD的圖形介面。有兩個按鈕與一個circle Progress顯示項被使用在這的範例上,有兩個範例說明按鈕與circle Progress顯示項的互動:
1. 設定數值
2. 呼叫新的虛擬函數 -->使用VS code去修改TouchGFX產生的程式碼

按下Run Simulator去看看模擬的效果。
按下Run Target去將程式燒錄在STM32F429I Disc1開發版。



 


We will share more tutorial videos with people who want to learn LabVIEW and Python welcome to subscribe this channel.
未來會陸續更新影片,讓想學習LabVIEW和Python的朋友可以看影片學習,歡迎訂閱此頻道。 其他網址/related websites:
https://labview-tech.blogspot.com/
https://fishark.pixnet.net/blog
email: jacklee3633@gmail.com
Line: lvnet


留言

這個網誌中的熱門文章

使用VS code開發Python程式 - Matplotlib繪圖

使用Pycharm開發Python程式與用Matplotlib繪圖

[Python][tkinter] Build tkinter GUI 使用tkinter建立圖形視窗