Stormworks: Build and Rescue

Stormworks: Build and Rescue

评价数不足
Number en Binaire - Test
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
120.494 KB
2019 年 3 月 23 日 下午 4:10
2019 年 3 月 23 日 下午 9:37
2 项改动说明 ( 查看 )

订阅以下载
Number en Binaire - Test

描述
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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1692248464

I put a lot of explanations on how it works if you need !
1 条留言
Mat 2019 年 3 月 24 日 上午 10:37 
Perfect !