tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Showcase builds, discuss cases, embedding MiSTer into existing computer cases.
OnCor
Posts: 81
Joined: Mon May 25, 2020 2:43 am
Has thanked: 44 times
Been thanked: 19 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by OnCor »

RealLarry wrote: Wed May 25, 2022 2:15 pm
OnCor wrote: Wed May 25, 2022 11:59 am For the Saturn logo I think all options should be available. This gives variety if you use alternates or lets you pick the one you like the best if you don't. I think the color of the screen might have a big impact on the appearance of each one.
Yeah, we are having all options for that. That's why tty2* is having an (default enabled USE_RANDOM_ALT) option to use "alternate versions" of a picture. But I want to use only one of the above as they're more or less identical. It's up to to you Da Vincis out there to present more :)
I meant that it might be nice to leave all 3 images in as alternates. It will give you a bigger variety of pictures to display for the console.I think they are different enough to be unique. If you have alternates disabled like I do (I prefer to just have a single image for each core) you could just pick whichever one you prefer and rename that image to match the core name. It's hard to tell what those graphics will look like until you see them on the actual display. The "pixviewer" app comes close, but even that is just an approximation.
rhester72
Top Contributor
Posts: 1107
Joined: Thu Jun 11, 2020 2:31 am
Has thanked: 13 times
Been thanked: 169 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by rhester72 »

Is there any way to set the MCU type in an ini file or similar so it doesn't fail detection every time and must be selected manually? This is a regular thing for me with the ESP8266.
User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

OnCor wrote: Wed May 25, 2022 8:12 pm
RealLarry wrote: Wed May 25, 2022 2:15 pm
OnCor wrote: Wed May 25, 2022 11:59 am For the Saturn logo I think all options should be available. This gives variety if you use alternates or lets you pick the one you like the best if you don't. I think the color of the screen might have a big impact on the appearance of each one.
Yeah, we are having all options for that. That's why tty2* is having an (default enabled USE_RANDOM_ALT) option to use "alternate versions" of a picture. But I want to use only one of the above as they're more or less identical. It's up to to you Da Vincis out there to present more :)
I meant that it might be nice to leave all 3 images in as alternates. It will give you a bigger variety of pictures to display for the console.I think they are different enough to be unique. If you have alternates disabled like I do (I prefer to just have a single image for each core) you could just pick whichever one you prefer and rename that image to match the core name. It's hard to tell what those graphics will look like until you see them on the actual display. The "pixviewer" app comes close, but even that is just an approximation.
I see, but there's also a solution for that: just put your favorite picture(s) to /media/fat/tty2oled/_/pics_pri and these one(s) will be favorized.
And to get an idea how a picture looks like in real life, just visit the pixviewer or - for the more advanced and fearless user - open a console at MiSTer, login and type

Code: Select all

echo "SETNAME" > /tmp/CORENAME
SETNAME is either the known name of the core (as been set by the core or it's appropriate MRA) or simply the name of the picture without file extension. Voila, Pixel-Porn! :)
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

rhester72 wrote: Thu May 26, 2022 1:51 am Is there any way to set the MCU type in an ini file or similar so it doesn't fail detection every time and must be selected manually? This is a regular thing for me with the ESP8266.
Interesting that detection fails with your 8266. I have one myself and never had an issue while testing @Venice's test versions. But nice idea; I think we will have a talk about that feature.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
venice
Top Contributor
Posts: 739
Joined: Tue Jun 16, 2020 9:29 am
Location: Germany
Has thanked: 264 times
Been thanked: 261 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by venice »

rhester72 wrote: Thu May 26, 2022 1:51 am Is there any way to set the MCU type in an ini file or similar so it doesn't fail detection every time and must be selected manually? This is a regular thing for me with the ESP8266.
Can we have a picture of the detection screen?
Is your device working normal with the MiSTer?
Could you tell/show us more about the used hardware?
Which USB Serial Chip do you use?
Do you have the possibility to use the Arduino IDE Terminal?

As RealLarry wrote, we have no problems with the detection and we have a lot different boards here.

My MiSTer Add-On-Projects tty2oled, i2c2oled, SNAC2IEC
You can donate by sending a Postcard to me.

User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

venice wrote: Thu May 26, 2022 9:06 am
rhester72 wrote: Thu May 26, 2022 1:51 am Is there any way to set the MCU type in an ini file or similar so it doesn't fail detection every time and must be selected manually? This is a regular thing for me with the ESP8266.
Can we have a picture of the detection screen?
Is your device working normal with the MiSTer?
Could you tell/show us more about the used hardware?
Which USB Serial Chip do you use?
Do you have the possibility to use the Arduino IDE Terminal?

As RealLarry wrote, we have no problems with the detection and I have a lot different boards here.
Yep, and the problem with pre-defining the MCU type is that then no one knows the installed software version as this is accomplished in one step (identify device = MCUtype and software version). I'm wondering why the simple and only one command used here to identify the device (CMDHWINF) fails.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
NightShadowPT
Posts: 208
Joined: Mon May 25, 2020 9:56 am
Has thanked: 5 times
Been thanked: 9 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by NightShadowPT »

Hi,

Just got one of these... makes the MiSTer look even cooler :) thanks for the hard work guys!

I have a quick question (two in fact :)):
- Is it possible to choose to the transition effect I want to use (instead of the random one that comes by default)? How can it be done?

Thanks in advance
Jukk@M
Posts: 48
Joined: Wed Aug 26, 2020 2:20 pm
Location: Finland / Tampere
Has thanked: 14 times
Been thanked: 19 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by Jukk@M »

Alternate logo:
Atari Lynx, Commodore 64, Commodore 16,
Commodore VIC20 & PlayStation.
tty2oled_15.png
tty2oled_15.zip
You do not have the required permissions to view the files attached to this post.
User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

NightShadowPT wrote: Thu May 26, 2022 8:55 pm- Is it possible to choose to the transition effect I want to use (instead of the random one that comes by default)? How can it be done?
YesNo :) It isn't possible to define a fixed transition effect by INI (yet). But it is possible to edit the Daemon (/media/fat/tty2oled/tty2oled.sh) at line #153 and give 'em a fixed transition effect as a 3rd parameter.

This is what the line looks like normally:

Code: Select all

echo "CMDCOR,${1}" > ${TTYDEV}			# Send CORECHANGE" Command and Corename
The line could be like that:

Code: Select all

echo "CMDCOR,${1},EFFECT" > ${TTYDEV}			# Send CORECHANGE" Command and Corename
EFFECT is a numerical here between 0-23 (inclusive 0 and 23). Value 0 is "no effect at all".
Please note, however, that the Daemon is overwritten with every call of update_tty2oled.sh! So it's more a temporary solution for you...
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

Jukk@M wrote: Fri May 27, 2022 3:18 am Alternate logo:
Atari Lynx, Commodore 64, Commodore 16,
Commodore VIC20 & PlayStation.
tty2oled_15.png
tty2oled_15.zip
Aah, nice catch! We always appreciate fresh meat! I'll sort 'em in as alternatives... Thanks, mate!
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

venice wrote: Mon May 23, 2022 5:11 pm I choose Door No.2 ;)
YOU HAVE WON THE ZONK!!
Due to the large participation - zillions of participants - pictures 2 and 3 made it.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

A good soul has provided supplies, and while I'm waiting for a customer who has registered for 8 AM I made part1:
montage.jpg
You do not have the required permissions to view the files attached to this post.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

...and part 2 for today. Next part will follow shortly. As always. Naturally, of course. :)
montage.jpg
You do not have the required permissions to view the files attached to this post.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
venice
Top Contributor
Posts: 739
Joined: Tue Jun 16, 2020 9:29 am
Location: Germany
Has thanked: 264 times
Been thanked: 261 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by venice »

RealLarry wrote: Tue May 31, 2022 10:42 am YOU HAVE WON THE ZONK!!
Due to the large participation - zillions of participants - pictures 2 and 3 made it.
Many Thx

EEEAF072-5050-4C2B-899A-A33FE089F8F1.jpeg
You do not have the required permissions to view the files attached to this post.

My MiSTer Add-On-Projects tty2oled, i2c2oled, SNAC2IEC
You can donate by sending a Postcard to me.

User avatar
salamantecas
Posts: 108
Joined: Sat Feb 26, 2022 8:31 pm
Has thanked: 110 times
Been thanked: 14 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by salamantecas »

I leave the image of my 2 tty2oled screens the casings or covers are homemade by hand the one that is on is the little plastic box where the screen came from and lined with insulating tape making a tent to hold it a bit simple but it works . The other is placed on a sheet of metrakilato inside a painting and it looks really good and very clean. I like both of them. Thanks to Venice for this project, it's nice when things are so beautiful and work. When I change the casings I will put photos but for now I wanted to show them in case you want to add them to the project gallery. All the best
User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

...and part 3. I left some ambigous entrys for a later try.
The pictures today are paid by Deutsche Telekom for their 4th missed appointment.
montage.jpg
You do not have the required permissions to view the files attached to this post.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
salamantecas
Posts: 108
Joined: Sat Feb 26, 2022 8:31 pm
Has thanked: 110 times
Been thanked: 14 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by salamantecas »

RealLarry wrote: Tue May 31, 2022 4:25 pm ...and part 3. I left some ambigous entrys for a later try.
The pictures today are paid by Deutsche Telekom for their 4th missed appointment.

montage.jpg
I upload the version I made of 4 of these screens I hope you like it
You do not have the required permissions to view the files attached to this post.
User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

salamantecas wrote: Wed Jun 01, 2022 3:34 pmI upload the version I made of 4 of these screens I hope you like it
YES! That's what I meant by "...everyone welcome - do it better!"
Thanks a lot, these made it as a replacement to mine.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
jacob.pederson
Posts: 22
Joined: Sun Aug 09, 2020 12:48 pm
Has thanked: 2 times
Been thanked: 1 time

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by jacob.pederson »

venice wrote: Wed Jun 01, 2022 4:37 am
jacob.pederson wrote: Tue May 31, 2022 8:34 pm
I have the premade tty2oled kit from https://www.pcbway.com/project/sharepro ... m_32d.html
This is all I get from dmesg

Code: Select all

/media/fat/Scripts# dmesg | grep tty
[    1.622937] ch341-uart ttyUSB0: break control not supported, using simulated break
[    1.623240] usb 1-1.5: ch341-uart converter now attached to ttyUSB0
That result is strange.
The board is from d.ti but the USB-Serial Chip which is shown by dmesg cannot been added to that PCB as far as i know.
You wrote „premade kit“. Did you get a „ready to use“ device?

Is the „normal“ tty2oled usage working for you?

This is not the right place to discuss tty2oled hardware.
Please answer in the tty2oled thread.
Moving this over from the SAM thread as requested. It is all working correctly after commenting out the 3 lines you suggested from SAM. Thanks! Sam now starts from a cold boot without hanging up and displays both the core names and the game titles correctly on tty2oled. This is the link I actually bought my kit from. https://www.antoniovillena.es/store/pro ... -cart=4270 It was completely premade, but not quite sure what all the components were. I thought I was buying this one https://www.pcbway.com/project/sharepro ... m_32d.html However, maybe I clicked the wrong link ?
User avatar
salamantecas
Posts: 108
Joined: Sat Feb 26, 2022 8:31 pm
Has thanked: 110 times
Been thanked: 14 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by salamantecas »

fast screen for this great game that to be a beta as it moves!!!
You do not have the required permissions to view the files attached to this post.
User avatar
salamantecas
Posts: 108
Joined: Sat Feb 26, 2022 8:31 pm
Has thanked: 110 times
Been thanked: 14 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by salamantecas »

another pack os images
You do not have the required permissions to view the files attached to this post.
User avatar
venice
Top Contributor
Posts: 739
Joined: Tue Jun 16, 2020 9:29 am
Location: Germany
Has thanked: 264 times
Been thanked: 261 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by venice »

jacob.pederson wrote: Thu Jun 02, 2022 6:05 pm ...This is the link I actually bought my kit from. https://www.antoniovillena.es/store/pro ... -cart=4270 It was completely premade, but not quite sure what all the components were..
I now them. It's an ESP8266 with an CH34x USB-Serial Adapter Chip.
This ESP is much slower then the ESP32 which I use, and can cause timing issues.

But good to know that it works now.
Maybe you can leave a short note in the SAM thread (I thought we need a longer discussion here).

My MiSTer Add-On-Projects tty2oled, i2c2oled, SNAC2IEC
You can donate by sending a Postcard to me.

User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

salamantecas wrote: Thu Jun 02, 2022 8:04 pm another pack os images
Thanks mate, all four moved as alternatives to the repo.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
venice
Top Contributor
Posts: 739
Joined: Tue Jun 16, 2020 9:29 am
Location: Germany
Has thanked: 264 times
Been thanked: 261 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by venice »

Hi@all,
we added the new Option "Transistion" to our Scripts & INI Files.
Add/set the Option to/in your "tty2oled-user.ini" file to set your preferred Picture-Transition.

See https://github.com/venice1200/MiSTer_tt ... n#ini-file and search for "Transition".

My MiSTer Add-On-Projects tty2oled, i2c2oled, SNAC2IEC
You can donate by sending a Postcard to me.

User avatar
salamantecas
Posts: 108
Joined: Sat Feb 26, 2022 8:31 pm
Has thanked: 110 times
Been thanked: 14 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by salamantecas »

I leave a new image of super glob
You do not have the required permissions to view the files attached to this post.
User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

salamantecas wrote: Fri Jun 03, 2022 7:24 pm I leave a new image of super glob
Again a nice one which made it as an alternative. Thanks!
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
warham
Posts: 31
Joined: Sat Aug 01, 2020 11:29 pm
Been thanked: 7 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by warham »

Is there a repository for the art while its still a normal picture in color with the correct file names?
User avatar
salamantecas
Posts: 108
Joined: Sat Feb 26, 2022 8:31 pm
Has thanked: 110 times
Been thanked: 14 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by salamantecas »

warham wrote: Sun Jun 05, 2022 4:21 am Is there a repository for the art while its still a normal picture in color with the correct file names?
here is the repository of correct names without image and the repository of finished images with the correct name. I don't think there is ever a repository with images before the process that each person can save them personally. In any case, the largest repository of unfinished images is called Google, but of course the correct image name has to be found in the other 2, which are specific to Mister.
User avatar
salamantecas
Posts: 108
Joined: Sat Feb 26, 2022 8:31 pm
Has thanked: 110 times
Been thanked: 14 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by salamantecas »

I leave the image I made of ninja warrior
You do not have the required permissions to view the files attached to this post.
User avatar
RealLarry
Top Contributor
Posts: 768
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)

Unread post by RealLarry »

warham wrote: Sun Jun 05, 2022 4:21 am Is there a repository for the art while its still a normal picture in color with the correct file names?
PM sent via Discord. I think I have to open a new thread for the tty2tft project to channel the topic.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
Post Reply