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.RealLarry wrote: ↑Wed May 25, 2022 2:15 pmYeah, 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
tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
-
- Top Contributor
- Posts: 1321
- Joined: Thu Jun 11, 2020 2:31 am
- Has thanked: 15 times
- Been thanked: 213 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
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.
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
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.OnCor wrote: ↑Wed May 25, 2022 8:12 pmI 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.RealLarry wrote: ↑Wed May 25, 2022 2:15 pmYeah, 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
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
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
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.
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
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.
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
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.venice wrote: ↑Thu May 26, 2022 9:06 amCan 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.
- NightShadowPT
- Posts: 224
- Joined: Mon May 25, 2020 9:56 am
- Has thanked: 5 times
- Been thanked: 12 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
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
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
-
- 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)
Alternate logo:
Atari Lynx, Commodore 64, Commodore 16,
Commodore VIC20 & PlayStation.
Atari Lynx, Commodore 64, Commodore 16,
Commodore VIC20 & PlayStation.
You do not have the required permissions to view the files attached to this post.
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
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.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?
This is what the line looks like normally:
Code: Select all
echo "CMDCOR,${1}" > ${TTYDEV} # Send CORECHANGE" Command and Corename
Code: Select all
echo "CMDCOR,${1},EFFECT" > ${TTYDEV} # Send CORECHANGE" Command and Corename
Please note, however, that the Daemon is overwritten with every call of update_tty2oled.sh! So it's more a temporary solution for you...
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
Aah, nice catch! We always appreciate fresh meat! I'll sort 'em in as alternatives... Thanks, mate!
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
YOU HAVE WON THE ZONK!!
Due to the large participation - zillions of participants - pictures 2 and 3 made it.
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
A good soul has provided supplies, and while I'm waiting for a customer who has registered for 8 AM I made part1:
You do not have the required permissions to view the files attached to this post.
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
...and part 2 for today. Next part will follow shortly. As always. Naturally, of course.
You do not have the required permissions to view the files attached to this post.
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
Many Thx
You do not have the required permissions to view the files attached to this post.
- 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)
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
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
...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.
The pictures today are paid by Deutsche Telekom for their 4th missed appointment.
You do not have the required permissions to view the files attached to this post.
- 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)
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.
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
YES! That's what I meant by "...everyone welcome - do it better!"salamantecas wrote: ↑Wed Jun 01, 2022 3:34 pmI upload the version I made of 4 of these screens I hope you like it
Thanks a lot, these made it as a replacement to mine.
-
- 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)
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 ?venice wrote: ↑Wed Jun 01, 2022 4:37 amThat result is strange.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
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.
- 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)
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.
- 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)
another pack os images
You do not have the required permissions to view the files attached to this post.
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
I now them. It's an ESP8266 with an CH34x USB-Serial Adapter Chip.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..
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).
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
Thanks mate, all four moved as alternatives to the repo.
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
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".
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".
- 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)
I leave a new image of super glob
You do not have the required permissions to view the files attached to this post.
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
Again a nice one which made it as an alternative. Thanks!
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
Is there a repository for the art while its still a normal picture in color with the correct file names?
- 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)
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.
- 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)
I leave the image I made of ninja warrior
You do not have the required permissions to view the files attached to this post.
- RealLarry
- Top Contributor
- Posts: 881
- Joined: Mon May 25, 2020 4:04 am
- Location: San Junipero/DE/Earth
- Has thanked: 120 times
- Been thanked: 385 times
Re: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
PM sent via Discord. I think I have to open a new thread for the tty2tft project to channel the topic.