Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display support #78

Closed
probonopd opened this issue Mar 20, 2023 · 8 comments
Closed

Display support #78

probonopd opened this issue Mar 20, 2023 · 8 comments

Comments

@probonopd
Copy link

While learning the Launchpad and Launchpad95, I thought it would really be beneficial to have a display for the device.

image

So I built a proof-of-concept using Python and CircuitPython. Parts needed are under 10 USD in total.

Right now it is more a proof-of-concept than anything, but already now I like it a lot and can see the potential.

Are you interested in collaborating on this?

@hdavid
Copy link
Owner

hdavid commented Mar 20, 2023

oh wow :)

that's really cool. could we use display that would align with the 8 rows of buttons ?
back then i used an ambika it had a 2lines LCD display. if we could find one that matches the size of the best launchpad (the launchpad x) it would be awesome.

that said, i am not super active on LP95, but if you end up with something useable, i am happy to reference it on the page (and include the code in the main branch, as long as it does not interfere with normal use of LP95.)

also, dont forget to consider 2nd hand ableton push 1. they are bulkier than the launchpads, but they can be a better value second hand.

@markusschloesser
Copy link

Wow this is really cool 😎 😊 👍
Do you have a repo where you have the code for this? (I tried to find it, but you have over 500 repos 🤯)
I have a working remote script for the Mackie C4, but might be interested in doing a remote script for this as well to use with my monome grid 256 and a couple of M4l devices for it.

@probonopd
Copy link
Author

Sure, sorry I forgot to mention the link:
https://github.com/probonopd/Launchpad95/

Again, more a proof-of-concept that anything else right now, but it's all Python, so quite hackable :-)

@probonopd
Copy link
Author

could we use display that would align with the 8 rows of buttons ?

Do you know such a display? I didn't find any in a suitable size (very wide but not too high).

@hdavid
Copy link
Owner

hdavid commented Mar 20, 2023

could we use display that would align with the 8 rows of buttons ?

Do you know such a display? I didn't find any in a suitable size (very wide but not too high).

their are tons of them, i would not know. the one i use for the ambika where char based, so the width is kinda fixed, but if by chance we would find one that matches the button size on the lp95, it would be really cool.

@probonopd
Copy link
Author

You mean something like this?

image

This one is 40x2 characters, and it is 15 cm wide, so would possibly fit a Launchpad Mini. But then, that would leave just ~4 characters per button and line...

@markusschloesser
Copy link

i would be interested in one which has a higher resolution, so to have more than the standard Mackie 6 characters. With that we could not only display track names, but also Device Parameters with a proper length. For example something like "Filter LP ENV Attack" would be great (per column).

@probonopd
Copy link
Author

probonopd commented Mar 20, 2023

Currently I am using one 128x64 pixels 0.96" OLED. These are very inexpensive.

One could use 8 of those. On Aliexpress that would make around 15 USD for the 8 displays together, shipped.

Unfortunately I did not find something like a 1280x64 pixels OLED for ~15 USD. That is what we'd really want ;-)

@hdavid hdavid closed this as completed Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants