Jump to content

Recommended Posts

Something interesting.. maybe an LCD screen or screens powered by arduino that switches the keyboard strips with a switch.

 

Yes it is somewhat needless, but a fun experiment and low level. Should be cheap to make. I know I have a few of those arduino screens floating around somewhere. Welp just a thought. Will show when prototype is mocked up

 

Sent from my SM-G955U using Tapatalk

 

 

  • Like 1

Share this post


Link to post
Share on other sites

I was actually considering suggesting an idea like this, but i guess you beat me to it. 🙂

Edited by jrhodes
  • Like 1

Share this post


Link to post
Share on other sites

I think this idea is pretty cool.

 

Do you know of a display that would be the right size to go across the function strip?


A character panel would be more in the spirit. I'm familiar with the 16x2 types, but a row of these would not neatly fit together to cover the whole function strip.

 

And I feel like color OLED would be cheating (more CPU power than the 9900, more colors than the 9918). I have one of those 0.91" 240x320 ones.

 

Share this post


Link to post
Share on other sites
I think this idea is pretty cool.
 
Do you know of a display that would be the right size to go across the function strip?

A character panel would be more in the spirit. I'm familiar with the 16x2 types, but a row of these would not neatly fit together to cover the whole function strip.
 
And I feel like color OLED would be cheating (more CPU power than the 9900, more colors than the 9918). I have one of those 0.91" 240x320 ones.
 
Something like this?
https://www.crystalfontz.com/product/cfah4004atmijt-character-display-40x4

Getting the dimensions of a strip here in a few

Sent from my SM-G955U using Tapatalk

Share this post


Link to post
Share on other sites

HD44780A00

Looks like this may fit the width requirement but 5" tall leaves some room for monitoring information to be displayed. Damn projects growing already.

Sent from my SM-G955U using Tapatalk

Share this post


Link to post
Share on other sites

eInk display seems ideally suited.  You dont need (nor really want) OLED for this application.

 

1) OLEDs degrade and get burn-in

2) They are expensive

3) tend toward being rigid displays

4) emit light

 

 

eInk display however, could conceivably fit in the existing overlay slot natively, is low power, does not emit light, and all that.

  • Like 1

Share this post


Link to post
Share on other sites
eInk display seems ideally suited.  You dont need (nor really want) OLED for this application.
 
1) OLEDs degrade and get burn-in
2) They are expensive
3) tend toward being rigid displays
4) emit light
 
 
eInk display however, could conceivably fit in the existing overlay slot natively, is low power, does not emit light, and all that.
I must've assumed with the matrix listing, dagnabbit. eInk looks pretty good. Saw a paper display on adafruit like this. 8.125" x 1" would work well for the original idea, now to find the display. On the hunt..

Sent from my SM-G955U using Tapatalk

Share this post


Link to post
Share on other sites

I can't find a suitable one either... I know they must exist, because Sony incorporates them into an overpriced watch as part of the wrist band.  (Sony EPS smartwatch)

 

 

Share this post


Link to post
Share on other sites
5 hours ago, Mehridian Sanders said:

HD44780A00

Looks like this may fit the width requirement but 5" tall leaves some room for monitoring information to be displayed. Damn projects growing already.

Sent from my SM-G955U using Tapatalk
 

The 40x2 char  lcd at crystal fonts is almost a fit at 7.25”.  for a low-tech solution. You could get 8 labels.  It’s not perfect. 

Share this post


Link to post
Share on other sites

Maybe 4 of these in a row?

https://www.amazon.com/waveshare-2-13inch-Resolution-Controller-Interface/dp/B07RMCR921/ref=sr_1_131?keywords=epaper+display&qid=1575879882&s=electronics&sr=1-131

 

Dimensions in mm are 23.71mm × 48.55mm (0.93" x 1.91")  Flexible, so you could adhere them to a stiff plastic stock backing then slip it into the strip holder. You would need to route the trailing cables out the back of the stiffening strip, but that seems doable...

 

??

  • Like 1

Share this post


Link to post
Share on other sites
6 hours ago, wierd_w said:

Maybe 4 of these in a row?

https://www.amazon.com/waveshare-2-13inch-Resolution-Controller-Interface/dp/B07RMCR921/ref=sr_1_131?keywords=epaper+display&qid=1575879882&s=electronics&sr=1-131

 

Dimensions in mm are 23.71mm × 48.55mm (0.93" x 1.91")  Flexible, so you could adhere them to a stiff plastic stock backing then slip it into the strip holder. You would need to route the trailing cables out the back of the stiffening strip, but that seems doable...

 

??

That's getting close! I have bought STM32 boards from WaveShare before. Here is their store page:

https://wvshare.aliexpress.com/store/418423?spm=2114.12010612.pcShopHead_8157629.0

 

Somehow, that board is cheaper on Amazon, than direct from China.

 

Share this post


Link to post
Share on other sites

"what can we do with the rest of the GPIO?"

 

Test for when the FN key gets pressed, and automatically update the strip images, for one.

Logically control multiple SPI screens with chip select lines for another... (those epaper displays have persistence!)

 

Perhaps integrate a 2 wire serial connection with the TI itself, so that you can use a loader stub that sends appropriate 1bpp tiles to the arduino for whatever title is being launched?

 

To be honest, these little things have me considering an upgrade to the RepliPEB bezel; These 1"x2" SPI epaper tags are JUST PERFECT for putting just above the light pipe holes. All sorts of data could be reported about the card in the slot that way, aside from just an activity flash. (sorry, did not need to hijack, but the thought occurs to me.)

  • Like 1

Share this post


Link to post
Share on other sites



"what can we do with the rest of the GPIO?"
 
To be honest, these little things have me considering an upgrade to the RepliPEB bezel; These 1"x2" SPI epaper tags are JUST PERFECT for putting just above the light pipe holes. All sorts of data could be reported about the card in the slot that way, aside from just an activity flash. (sorry, did not need to hijack, but the thought occurs to me.)


Creative chaotic mind patterns are my bread and butter. No hijack felt, every idea leads to another. I like this too.

Sent from my SM-G955U using Tapatalk

Share this post


Link to post
Share on other sites
Maybe 4 of these in a row?

https://www.amazon.com/waveshare-2-13inch-Resolution-Controller-Interface/dp/B07RMCR921/ref=sr_1_131?keywords=epaper+display&qid=1575879882&s=electronics&sr=1-131

 

Dimensions in mm are 23.71mm × 48.55mm (0.93" x 1.91")  Flexible, so you could adhere them to a stiff plastic stock backing then slip it into the strip holder. You would need to route the trailing cables out the back of the stiffening strip, but that seems doable...

 

??

Put them in list for post christmas purchase. The controllers are $7.10 from aliexpress for 2 of them. Those will arrive after christmas. So project may be on hold until then but do keep brainstorming. I like what you guys are saying here. atariage_icon_smile.gif

 

Sent from my SM-G955U using Tapatalk

 

 

 

Share this post


Link to post
Share on other sites

You dont need a powerful controller;  Those epaper displays have image persistence.  That means you dont have to keep refreshing/sending data to them.

 

SPI is pretty simple. A little logic gate array driven by 2 gpios would let you individually address which device gets the spi connection, then you just write on them sequentially. It isn't like this is gonna do full motion video or something.

Share this post


Link to post
Share on other sites
2 hours ago, wierd_w said:

You dont need a powerful controller;  Those epaper displays have image persistence.  That means you dont have to keep refreshing/sending data to them.

 

SPI is pretty simple. A little logic gate array driven by 2 gpios would let you individually address which device gets the spi connection, then you just write on them sequentially. It isn't like this is gonna do full motion video or something.

Believe me I love SPI. I simply lack the programmer. I use Dediprog quite a bit in my work. I would love to own one, but.... money... reasons... kids. I will grant you the microcontroller is more than what we will need. However it is easy to program. Easy entry level TI project. Get em hooked in.... show em around... get em addicted. yanno....

 

Share this post


Link to post
Share on other sites
2 hours ago, wierd_w said:

You dont need a powerful controller;  Those epaper displays have image persistence.  That means you dont have to keep refreshing/sending data to them.

 

SPI is pretty simple. A little logic gate array driven by 2 gpios would let you individually address which device gets the spi connection, then you just write on them sequentially. It isn't like this is gonna do full motion video or something.

Is there an easier way to program SPI? I only know of the Dediprog and Xeltek. I am always willing to be wrong, which helps with married life too.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...