[i=s]This post was last edited by AE007 on 2021-11-29 02:04[/i]This test is of FM33LG0 LCD module, and LCD truth table tool can be used to quickly define the display data register data corresponding t...
The so-called test version only does the reading and initialization work of DS1302, and displays the time value read from DS1302 on a 16*64 dot matrix screen. It does not add the time setting function...
Chen Zhanglong said somewhat helplessly that he hoped to see real applications, and did not want to see "the stock prices of some listed companies go up and down". Internet of Things concept stocks on...
After the last sharing, I was delayed by other things, so I continued to complete the task this time, mainly to test the onboard light sensor to obtain its value. The following is the method.First, ad...
public class global {public static Timer timCNT_C4; //Define a timer timCNT_C4 } global.timCNT_C4 = new Timer(new TimerCallback(ACTW_CNT_C4.sendWiperCmd_C4), new AutoResetEvent(false), 0, 5000);//Inst...