Independent button controls the displacement of the digital tube
Code:
#include #define uchar unsigned char #define uint unsigned int uchar code DSY_CODE[]= { 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,0xff }; uchar code DSY_Index[]= { 0x80,0x40,0x20,0x10,0x08,0x04,0x02,0x01 }; uchar Display_Buffer[]= { 0,10,10,10,10,10,10,10 }; void DelayMS(uint x) { flying t; while(x--) { for(t=0;t<120;t++); } } void Show_Count_ON_DSY() { flying i; for(i=0;i<8;i++) { P2 = DSY_Index[i]; P0 = DSY_CODE[Display_Buffer[i]]; DelayMS(2); } } void main() { flying i; uchar Key_NO,Key_Counts=0; P0 = 0xff; P1 = 0xff; P2 = 0x00; while(1) { Show_Count_ON_DSY(); P1 = 0xff; Key_NO = P1; switch(Key_NO) { case 0xfe: Key_Counts++; if(Key_Counts>8) Key_Counts = 8; Display_Buffer[Key_Counts-1] = Key_Counts; break; case 0xfd: if(Key_Counts>0) Display_Buffer[--Key_Counts] = 10; if(Key_Counts==0) Display_Buffer[0] = 0; break; case 0xfb: Display_Buffer[0]=0; for(i=1;i<8;i++) Display_Buffer[i] = 10; Key_Counts = 0; } while(P1 != 0xff) Show_Count_ON_DSY(); } } Hardware Hookup
Previous article:The rightmost digit of the digital tube loops from 0 to 9 infinitely
Next article:Fun single chip microcomputer - digital tube principle (I)
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- There are still some problems with the PCB diagram drawn by a novice
- 2020 Open Source Hardware (OSHW) Community Survey
- SparkRoad OV2640 FPGA evaluation board test
- 【TGF4042 signal generator】+ Dual channel comparison test
- 3. Microcontrollers used in previous "Control" competitions
- SparkRoad Review (9) - Routine GAME Test
- Domestic Soul Core II A high-performance processor
- [Bluesun AB32VG1 RISC-V Evaluation Board] Problems encountered: USB and Bluetooth
- Can you share your experience of learning FPGA?
- [GD32L233C] + 6. Use software SPI to drive OLED