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

Showcase builds, discuss cases, embedding MiSTer into existing computer cases.
User avatar
RealLarry
Top Contributor
Posts: 767
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 »

So that Jotego knows that WE are already there:
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: 767
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 »

While not painting while working? Earning money while phoning and typing - and doing pixel art in the background :lol:
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
LamerDeluxe
Top Contributor
Posts: 1160
Joined: Sun May 24, 2020 10:25 pm
Has thanked: 798 times
Been thanked: 257 times

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

Unread post by LamerDeluxe »

Awesome! RealLarry is on fire!
User avatar
RealLarry
Top Contributor
Posts: 767
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 »

LamerDeluxe wrote: Tue Apr 26, 2022 1:53 pm Awesome! RealLarry is on fire!
Yeah, everyday and only for the users out there! And who, if not me? I'm the MAME king without crown, the Bob Ross in pixel art, a deity in ideas and a boaster :ugeek:
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 »

LamerDeluxe wrote: Tue Apr 26, 2022 7:20 am Yes, I did, both fast and slower. Only got one ttyack;
Nothing like this?

Code: Select all

/root# echo "CMDCLS" > /dev/ttyUSB0
/root# echo "CMDCLS" > /dev/ttyUSB0
/root# echo "CMDCLS" > /dev/ttyUSB0
/root# echo "CMDCLS" > /dev/ttyUSB0
/root#
/root# cat < /dev/ttyUSB0
ttyack;ttyack;ttyack;ttyack;ttyack;

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

User avatar
LamerDeluxe
Top Contributor
Posts: 1160
Joined: Sun May 24, 2020 10:25 pm
Has thanked: 798 times
Been thanked: 257 times

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

Unread post by LamerDeluxe »

venice wrote: Tue Apr 26, 2022 3:07 pm
LamerDeluxe wrote: Tue Apr 26, 2022 7:20 am Yes, I did, both fast and slower. Only got one ttyack;
Nothing like this?

Code: Select all

/root# echo "CMDCLS" > /dev/ttyUSB0
/root# echo "CMDCLS" > /dev/ttyUSB0
/root# echo "CMDCLS" > /dev/ttyUSB0
/root# echo "CMDCLS" > /dev/ttyUSB0
/root#
/root# cat < /dev/ttyUSB0
ttyack;ttyack;ttyack;ttyack;ttyack;
No:

Code: Select all

/media/fat/Scripts# echo "CMDCLS"> /dev/ttyACM0
/media/fat/Scripts# echo "CMDCLS"> /dev/ttyACM0
/media/fat/Scripts# echo "CMDCLS"> /dev/ttyACM0
/media/fat/Scripts# echo "CMDCLS"> /dev/ttyACM0
/media/fat/Scripts# echo "CMDCLS"> /dev/ttyACM0
/media/fat/Scripts# cat < /dev/ttyACM0
ttyack;
edit: I was in scripts because of MiSTer SAM. Running this from the PC to the MiSTer with SSH btw.
User avatar
RealLarry
Top Contributor
Posts: 767
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 »

Filling the gaps!
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 »

LamerDeluxe wrote: Tue Apr 26, 2022 4:15 pm No:
...
edit: I was in scripts because of MiSTer SAM. Running this from the PC to the MiSTer with SSH btw.
Last question, was MiSTer SAM running in the background?

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

User avatar
LamerDeluxe
Top Contributor
Posts: 1160
Joined: Sun May 24, 2020 10:25 pm
Has thanked: 798 times
Been thanked: 257 times

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

Unread post by LamerDeluxe »

venice wrote: Wed Apr 27, 2022 8:17 am
LamerDeluxe wrote: Tue Apr 26, 2022 4:15 pm No:
...
edit: I was in scripts because of MiSTer SAM. Running this from the PC to the MiSTer with SSH btw.
Last question, was MiSTer SAM running in the background?
No, it wasn't, I ran the MiSTer_SAM_off script before testing.
User avatar
RealLarry
Top Contributor
Posts: 767
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 »

I asked one of my tomcat this morning about these japanese titles and he said "Oh yeah, thanks for asking, I'n not only aware of cat speak and your embarrassing attempts to speak to me - I'm also an expert in Japanese culture and language (as in ancient egypt also). I'll show you how to find the missing titles and pictures. It's up to you then to tranlate them to pixel art because of my missing thumbs."

So we did and here they are:
montage.jpg
Thanks Tigger! Have a good sleep and nice dreams about pyramids :)
tigger.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
LamerDeluxe
Top Contributor
Posts: 1160
Joined: Sun May 24, 2020 10:25 pm
Has thanked: 798 times
Been thanked: 257 times

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

Unread post by LamerDeluxe »

Cats are so useful
User avatar
RealLarry
Top Contributor
Posts: 767
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 »

LamerDeluxe wrote: Thu Apr 28, 2022 8:40 am Cats are so useful
Multifunctional!
  • Weather forecast: good condition; cats are out, bad cond.: cat are in
  • As a broom against dust mices under cupboards
  • As a comb (Tigger tries to comb me every day)
  • Useful translator for foreign and ancient languages
  • Mouse hunter (obviously)
  • As a warm pillow
  • As a masseur of my legs (really!)
And many many more you won't excpect.
If you don't have a cat, get one! Cats are ruling the world. If you won't belive, watch S01E02 of Love, Death & Robots.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
RealLarry
Top Contributor
Posts: 767
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 »

The other tomcat got offended and painted some missing pictures, filling some gaps. He said he is a Norwegian Forest cat and can climb up to trees like a squirrel for which he doesn't need any thumbs. So he did the following:
montage.jpg
Thanks pussy! (Look at his space laser eyes! That comes from playing to much arcade games!)
mietz.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
fisherrman
Posts: 2
Joined: Sat Nov 07, 2020 10:06 am
Been thanked: 1 time

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

Unread post by fisherrman »

Hello everybody !! really great things are going on here... i am waiting my ttyoled from Antonio and MT-32 Pi-lite from Ricardo.

Is there any way that these two devices work together, since MT-32 Pi does not include a screen ??
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 see that larry is having fun and great work. oysters I did not know that there were super warrior cats ss2 like dragon ball

:)
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,

Is there a tty2oled kit that can be bought from an online store, other than Antonio Villena's (screen is too big for my intended use)?

Thanks
User avatar
Sigismond0
Posts: 339
Joined: Mon May 25, 2020 2:21 am
Has thanked: 1 time
Been thanked: 66 times

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

Unread post by Sigismond0 »

NightShadowPT wrote: Wed May 04, 2022 3:58 am Hi,

Is there a tty2oled kit that can be bought from an online store, other than Antonio Villena's (screen is too big for my intended use)?

Thanks
All TTY2OLED are pretty much going to be the same size since it's based on a specific display. If you need something smaller, i2c2oled might be something to look into.
User avatar
RealLarry
Top Contributor
Posts: 767
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 »

"Come get some!" - The next gaming weekend is straight ahead!
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 »

It looks like we cracked the 200 tty2oled Users Wall with 1241 Pictures and 1146 Supported Cores.
Many Thanks to all Contributors.

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

User avatar
LamerDeluxe
Top Contributor
Posts: 1160
Joined: Sun May 24, 2020 10:25 pm
Has thanked: 798 times
Been thanked: 257 times

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

Unread post by LamerDeluxe »

Awesome and well deserved! Many thanks for creating this project Venice! And RealLarry for continuous contributions and support! I've been really enjoying my TTY2OLED, especially now that MiSTer SAM is working well together with it.
User avatar
RealLarry
Top Contributor
Posts: 767
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 »

LamerDeluxe wrote: Fri May 06, 2022 7:52 amAwesome and well deserved! Many thanks for creating this project Venice! And RealLarry for continuous contributions and support!
You are welcome! Your sentence and the coop of all members here are the reason why it's still fun to keep working on.

I've been really enjoying my TTY2OLED, especially now that MiSTer SAM is working well together with it.
Like I do! - and I'm sure like all other users of tty2oled also :)
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
RealLarry
Top Contributor
Posts: 767
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 »

Folks, it's JTFriday again and we have a new beta: Vigilante!
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
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 »

Literally just got my TTY2OLED today, and SUPER excited about getting it working with SAM...one obvious question is how do I keep my art up-to-date with all the amazing work in this thread?
User avatar
RealLarry
Top Contributor
Posts: 767
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: Fri May 06, 2022 12:49 pm Literally just got my TTY2OLED today, and SUPER excited about getting it working with SAM...one obvious question is how do I keep my art up-to-date with all the amazing work in this thread?
Glad to hear and welcome abroard! If you have installed the tty2oled software (which in turn is used by SAM), you have just to open a console (either by menu or by ssh), type update_tty2oled.sh there and follow the instructions. If there is no interaction needed this will run automagically to keep your software (tty2oled on MiSTer and ESP/Display) and pictures up to date.

That's all. Happy gaming!
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
LamerDeluxe
Top Contributor
Posts: 1160
Joined: Sun May 24, 2020 10:25 pm
Has thanked: 798 times
Been thanked: 257 times

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

Unread post by LamerDeluxe »

I always run that update script from the main MiSTer menu and that works fine as well. The advantage is that you don't need to have a keyboard connected.
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 »

After some tests we released the latest tty2oled testing FW to stable (220507).

Changes:
  • Rename some Audio Commands (d.ti Board only)
  • Bugfix (hopefully) of Audio Commands (d.ti Board only)
  • Remove "serial.flush" after sending "ttyack;" (not needed)
  • Change CMDSHTEMP Command (d.ti Board only)
  • Add "CMDNULL" Test-Command for better troubleshooting
  • Add Support for ESP32 RTC, new Library ESP32Time needed for self-compiling
  • Add Date and Time to Screensaver (ESP32 only)
If you run the updater you get a new version of the Daemon Script and the new tty2oled FW.

Report Problems here.

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

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 »

Note to "ttyack;" response usage and CP210x USB-Serial Chips.

We have found that the different USB Serial Chips respond differently if you connect to the Chips from within bash to read response data.
If you start reading too early it is possible that you may not get the needed response if you use a CP210x Chip.
CH340 USB-Serial Chips don't show this issue. We haven't tested other USB-Serial Chips.
We are trying to find a stable solution.

MiSTer SAM is currently the only known Application which uses "ttyack;" in "Full-Control-Mode".
So it is possible that the "Full-Control-Mode" works for one user and problems occur for another.

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 version that I did of vigilante, I tried to create the same atmosphere a little black of dick tracy: P haha whoever likes it can use it

https://www.mediafire.com/file/5v1g4oqe ... t.gsc/file
User avatar
RealLarry
Top Contributor
Posts: 767
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: Sun May 08, 2022 8:36 am I leave the version that I did of vigilante, I tried to create the same atmosphere a little black of dick tracy: P haha whoever likes it can use it
Thanks, it made it as a welcomed alternative version.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
User avatar
RealLarry
Top Contributor
Posts: 767
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 »

...some pictures for unreleased and "not yet working" cores plus an alternative for Vigilante from @salamantecas
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
Post Reply