Hey, I'm kind of confused. After I coded a little program for Integrated Circuits (A mod) to display Letters on a 7-Segment Display, I've discovered that project red has a SISD (Sixteen segment display). So I search and found this page:
Furthermore there is a compatibility to ComputerCraft and OpenComputers to easyly display specific characters on the Segment Display in SISD mode.
The 16 bars on the SISD-Segement Display allow 216 (65536) combination options. With the computers the player can send via Bundled Cable a self-chosen combination to the display, which then displays this combination. Furthermore, a generated restone signal from the cable can be read and the corresponding number can be found.
The following table shows the combination numbers of the Latin alphabet and Arabic numbers:
which doesn't work. (1: Invalid side, 2: Invalid color, 3: Turns on the white cable).
My "old" code for the 7-segment display worked good. But this is giving me a headache right now..
So I started to look into the source of opencomputers and the integration of projectred, and found... Nothing. Just the integration of the screwdriver.
My question:
Is there an implementation for this or not?
Or does anybody have an idea how to "convert" a decimal like 800000 to unsigned short (1,2,4,8,16....), binary (0010), or any other usable form for Integrated Circuits 7-Segment Display or RedPowers SISD?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hey, I'm kind of confused. After I coded a little program for Integrated Circuits (A mod) to display Letters on a 7-Segment Display, I've discovered that project red has a SISD (Sixteen segment display). So I search and found this page:
http://ftb.gamepedia.com/Segment_Display
Which says:
So I tried:
which doesn't work. (1: Invalid side, 2: Invalid color, 3: Turns on the white cable).
My "old" code for the 7-segment display worked good. But this is giving me a headache right now..
So I started to look into the source of opencomputers and the integration of projectred, and found... Nothing. Just the integration of the screwdriver.
My question:
Is there an implementation for this or not?
Or does anybody have an idea how to "convert" a decimal like 800000 to unsigned short (1,2,4,8,16....), binary (0010), or any other usable form for Integrated Circuits 7-Segment Display or RedPowers SISD?
Link to post
Share on other sites