Digital Display

Until our dedicated user library is in place you can post examples and modules here

Moderators: electrogear, exonerate

Digital Display

Postby pall on Mon Dec 20, 2010 2:57 pm

I searched the forum a digital display, but I have not found what they are looking. Here's one that works with mouse drag. I think that it useful. :)
Attachments
Digital Time Display 04.osm
(16.81 KiB) Downloaded 471 times
pall
essemilian
 
Posts: 305
Joined: Thu Dec 09, 2010 12:27 pm
Location: Transilvania

Re: Digital Display

Postby loopeytunes on Mon Dec 20, 2010 3:31 pm

thanks, a nice little gadget :D
User avatar
loopeytunes
essemilian
 
Posts: 452
Joined: Tue Dec 22, 2009 12:25 am
Location: Yorkshire, UK

Re: Digital Display

Postby trogluddite on Mon Dec 20, 2010 6:24 pm

Nice.
Here's an alternative one that wrote a while ago... 7 Segment Display ...slightly different, this one just displays any float number that you put into it (open properties for number formatting and colour options)
Feel free to use any schematics and algorithms I post on the forum in your own designs - a credit is appreciated (but not a requirement).
Don't stagnate, mutate to create. Without randomness and serendipity the earth would be just another barren rock.
User avatar
trogluddite
smychopath
 
Posts: 3028
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: Digital Display

Postby pall on Tue Dec 21, 2010 2:00 pm

Thanks. I've tried to make with color options, but it did not work. I did not know how to use the Colour Matrix primitive. I saw your displays trogluddite - looks great.
I thought that it can be done with Label Modules to have color options, but it does not look as digital. Anyway, try some others ... If there was a primitive with which to adjust the Hue, Saturation, Value for bitmap, it would be nice. Or Draw Bitmap Transform primitive is for this?
pall
essemilian
 
Posts: 305
Joined: Thu Dec 09, 2010 12:27 pm
Location: Transilvania

Re: Digital Display

Postby trogluddite on Tue Dec 21, 2010 3:03 pm

The colour matrix is the only quick way to change a whole bitmap - but the maths of the matrix is tricky, and if the bitmap has many colours they will all be changed in strange ways.
The 'On Colour' 'Off Colour' modules in the schematic were as far as I got understanding it - they will always reliably turn black into the colour that you choose, while keeping the alpha (so transparency is not affected).
Feel free to use any schematics and algorithms I post on the forum in your own designs - a credit is appreciated (but not a requirement).
Don't stagnate, mutate to create. Without randomness and serendipity the earth would be just another barren rock.
User avatar
trogluddite
smychopath
 
Posts: 3028
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: Digital Display

Postby pall on Tue Dec 21, 2010 7:23 pm

What a coincidence! You have 1111 posts, and I 11. :D Ok. Allowed to use the module with Colour Matrix? Thanks.
pall
essemilian
 
Posts: 305
Joined: Thu Dec 09, 2010 12:27 pm
Location: Transilvania

Re: Digital Display

Postby philter5 on Tue Dec 21, 2010 7:32 pm

hey pall
if you are a registered user then search the Reg. User Forum. i posted a digital display some times ago with
the option to change the colours. but it´s not a big thing so i am sure you will create your own easyly.
cheers
---Yes, a piece of software CAN be your best friend---
User avatar
philter5
smaniac
 
Posts: 1480
Joined: Thu Jan 04, 2007 7:52 pm
Location: Germany

Re: Digital Display

Postby trogluddite on Tue Dec 21, 2010 8:54 pm

pall wrote:Ok. Allowed to use the module with Colour Matrix?

Yes sure, everything I post up on the forum is for sharing, using, learning.
Feel free to use any schematics and algorithms I post on the forum in your own designs - a credit is appreciated (but not a requirement).
Don't stagnate, mutate to create. Without randomness and serendipity the earth would be just another barren rock.
User avatar
trogluddite
smychopath
 
Posts: 3028
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: Digital Display

Postby Mo on Tue Dec 21, 2010 11:41 pm

Here's another "colour to matrix" with working alpha channel.
Colourize.osm
(509 Bytes) Downloaded 251 times
User avatar
Mo
essemilian
 
Posts: 439
Joined: Thu Jan 24, 2008 2:00 pm
Location: Copenhagen

Re: Digital Display

Postby trogluddite on Wed Dec 22, 2010 7:15 am

Nice one Mo - much clearer than all my scrappy string manipulation!
Feel free to use any schematics and algorithms I post on the forum in your own designs - a credit is appreciated (but not a requirement).
Don't stagnate, mutate to create. Without randomness and serendipity the earth would be just another barren rock.
User avatar
trogluddite
smychopath
 
Posts: 3028
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: Digital Display

Postby trogluddite on Wed Dec 22, 2010 5:18 pm

And another colour changer inpired by Mo's method. This lets you change any black and white image into pretty colours...
BnW to Colours.png
BnW to Colours.png (39.67 KiB) Viewed 3250 times

BnW to Colours.osm
(23.62 KiB) Downloaded 210 times

This one generates a new bitmap with the altered colours - the colour matrix seems to use a lot of CPU when re-calculating, so using a resampled bitmap should help with CPU usage when re-drawing.
Feel free to use any schematics and algorithms I post on the forum in your own designs - a credit is appreciated (but not a requirement).
Don't stagnate, mutate to create. Without randomness and serendipity the earth would be just another barren rock.
User avatar
trogluddite
smychopath
 
Posts: 3028
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: Digital Display

Postby pall on Wed Dec 22, 2010 5:54 pm

I'm finished this schematic, with the help of Trogluddite, for this thanks. Now is with the color options. I want to add - on this scale is difficult to get exactly what you.
Mo , Thanks for schematic, is very good.
Attachments
Digital Display with Matrix.osm
(16.88 KiB) Downloaded 255 times
pall
essemilian
 
Posts: 305
Joined: Thu Dec 09, 2010 12:27 pm
Location: Transilvania

Re: Digital Display

Postby pall on Tue Apr 12, 2011 6:33 pm

Here's another version of Digital Display. A small contribution... :)
Attachments
Digital Display with Buttons.osm
(19.7 KiB) Downloaded 248 times
pall
essemilian
 
Posts: 305
Joined: Thu Dec 09, 2010 12:27 pm
Location: Transilvania

Re: Digital Display

Postby trogluddite on Tue Apr 12, 2011 6:46 pm

:)
Like the 'repeater' action on the buttons, really good to do big changes quickly.
Feel free to use any schematics and algorithms I post on the forum in your own designs - a credit is appreciated (but not a requirement).
Don't stagnate, mutate to create. Without randomness and serendipity the earth would be just another barren rock.
User avatar
trogluddite
smychopath
 
Posts: 3028
Joined: Mon Oct 20, 2008 3:52 pm
Location: Yorkshire, UK

Re: Digital Display

Postby martinvicanek on Thu Feb 02, 2012 6:31 pm

pall wrote:If there was a primitive with which to adjust the Hue, Saturation, Value for bitmap, it would be nice.


You mean like the Hue/Saturation Adjustment Dialog in Photoshop? E.g. turn a red LED into a yellow one?
HSB_ColourMatrix.png
HSB_ColourMatrix.png (22.27 KiB) Viewed 1665 times

Here you go!
Attachments
HSB_ColourMatrix.osm
(19.01 KiB) Downloaded 124 times
Last edited by martinvicanek on Sat Feb 04, 2012 8:34 am, edited 1 time in total.
martinvicanek
essemilian
 
Posts: 309
Joined: Sun Mar 13, 2011 1:15 pm

Next

Return to Examples

Who is online

Users browsing this forum: No registered users and 1 guest