Stormworks: Build and Rescue

Stormworks: Build and Rescue

Nedostatek hodnocení
Number en Binaire - Test
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Velikost souboru
Přidáno
Aktualizováno
120.494 KB
23. bře. 2019 v 16.10
23. bře. 2019 v 21.37
Poznámky ke změnám (2) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Number en Binaire - Test

Popis
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 !
Počet komentářů: 1
Mat 24. bře. 2019 v 10.37 
Perfect !