I use g_hSetupDisplay = GUI_CreateDialogBox(aDialogCreate1,10,&SetupDisplayCallback,0,0,0) created 5 controls, including 2 buttons and 3 EDITs. I want to switch between controls by judging when the ex...
Related articles:
[GD32L233C-START Review] 1. GD32L233C-START with obvious advantages and disadvantages (unboxing)
[GD32L233C-START Review] 2. Non-blocking way to light up, blink, blink, blink...
[GD3...
The Real Time Clock (RTC) is a set of counters that measure time. It can continue to run even when the system loses power. The RTC clock in the LPC1768 microcontroller can be a separate 32Khz clock so...
I wrote a program similar to a plug-in for a software in wince. However, when I am operating the software, I don’t want others to see the process, so I hope to implement a function similar to a screen...
Circuit boards are the carriers of electronic circuits. Any circuit design needs to be installed on a circuit board to realize its function. Processing circuit boards is the most headache for amateur ...