Stormworks: Build and Rescue

Stormworks: Build and Rescue

Nincs elegendő értékelés
Number en Binaire - Test
   
Díjazás
Kedvenc
Kedvenc
Törlés
Fájlméret:
Közzétéve:
Frissítve:
120.494 KB
2019. márc. 23., 16:10
2019. márc. 23., 21:37
2 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
Number en Binaire - Test

Leírás
Different Tests with Radial and Bar Display with microcontroller for each of them.

To show the Number value on each display, I used a function gate with a simple equation :

floor(2^x)-1

With this function, when you have a value of 6, this will translate this value to 111111 (6 x 1) in binary. This will show 6 segments on displays.


On the right side, there is an 8 bits Numerical to Binary converter with 8 7-Digits to show the value in Binary.


Take a look to my Microcontroller to convert any Number signal to Gauge using the Radial or Bar Display :
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1692248464

I put a lot of explanations on how it works if you need !
1 megjegyzés
Mat 2019. márc. 24., 10:37 
Perfect !