i2c2oled (little brother of tty2oled)
- salamantecas
- Posts: 108
- Joined: Sat Feb 26, 2022 8:31 pm
- Has thanked: 110 times
- Been thanked: 14 times
Re: i2c2oled (little brother of tty2oled)
I leave you the image for the small screen of this great game from the 80's yeah
hyper sports
https://www.mediafire.com/file/c7tw1h0h ... t.pix/file
hyper sports
https://www.mediafire.com/file/c7tw1h0h ... t.pix/file
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
- salamantecas
- Posts: 108
- Joined: Sat Feb 26, 2022 8:31 pm
- Has thanked: 110 times
- Been thanked: 14 times
Re: i2c2oled (little brother of tty2oled)
good morning I leave the screen of terra crest ship game
terracre.pix
https://www.mediafire.com/file/x15d86eu ... e.pix/file
terracre.pix
https://www.mediafire.com/file/x15d86eu ... e.pix/file
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: i2c2oled (little brother of tty2oled)
Many Thanks again!
File uploaded to Repo, Google Sheet updated.
File uploaded to Repo, Google Sheet updated.
- terminator2k2
- Posts: 36
- Joined: Sun May 24, 2020 6:46 pm
- Has thanked: 27 times
- Been thanked: 22 times
Re: i2c2oled (little brother of tty2oled)
is there any way this could be integrated to use the same display for the mt32-pi?
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: i2c2oled (little brother of tty2oled)
i2c2oled is currently driven by bash scripts and should be too slow showing MT32 graphics.
And there are actually no routines for creating graphics.
And there are actually no routines for creating graphics.
- terminator2k2
- Posts: 36
- Joined: Sun May 24, 2020 6:46 pm
- Has thanked: 27 times
- Been thanked: 22 times
Re: i2c2oled (little brother of tty2oled)
ive had a play around with the images update_all grabs for you and changed the top header for use with displays without the yellow display part at the top.
https://github.com/terminator2k2/I2COLED_MiSTer
before
after
https://github.com/terminator2k2/I2COLED_MiSTer
before
after
You do not have the required permissions to view the files attached to this post.
- terminator2k2
- Posts: 36
- Joined: Sun May 24, 2020 6:46 pm
- Has thanked: 27 times
- Been thanked: 22 times
Re: i2c2oled (little brother of tty2oled)
added Rastan to my repo
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: i2c2oled (little brother of tty2oled)
Nice one.
Is this a full size without header?
If yes, could you create a “normal” one for us?
//Edit
I will see if I can add a function to the script to invert the first 16 header lines for "mono-color" displays.
Will be an option to enable.
Is this a full size without header?
If yes, could you create a “normal” one for us?
//Edit
I will see if I can add a function to the script to invert the first 16 header lines for "mono-color" displays.
Will be an option to enable.
- terminator2k2
- Posts: 36
- Joined: Sun May 24, 2020 6:46 pm
- Has thanked: 27 times
- Been thanked: 22 times
Re: i2c2oled (little brother of tty2oled)
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: i2c2oled (little brother of tty2oled)
Yes, great, thank you.
I am currently testing the function to “invert” the first 16 lines.
Looks good.
I am currently testing the function to “invert” the first 16 lines.
Looks good.
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: i2c2oled (little brother of tty2oled)
Update for One-Color Displays.
Run the Updater to get the new Option.
Add the new Option
to your
file.
This Option inverts the first 16 Lines of the Picture.
//Edit
Added your Rastan Pix with Header as well to the Picture Repo.
Run the Updater to get the new Option.
Add the new Option
Code: Select all
ONECOLOR="yes"
Code: Select all
/media/fat/i2c2oled/i2c2oled-user.ini
This Option inverts the first 16 Lines of the Picture.
//Edit
Added your Rastan Pix with Header as well to the Picture Repo.
- terminator2k2
- Posts: 36
- Joined: Sun May 24, 2020 6:46 pm
- Has thanked: 27 times
- Been thanked: 22 times
Re: i2c2oled (little brother of tty2oled)
Great stuff, ill give it a try , Thank youvenice wrote: ↑Sat Apr 09, 2022 10:12 am Update for One-Color Displays
Add the new Optionto yourCode: Select all
ONECOLOR="yes"
file.Code: Select all
/media/fat/i2c2oled/i2c2oled-user.ini
This Option inverts the first 16 Lines of the Picture.
*update* invert option works great.....nice one
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: i2c2oled (little brother of tty2oled)
Hi rbz,
can we have Uni-Color i2c2oled Preview's within the PixViewer as well.
Maybe with an option to invert the first 16 lines?
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: i2c2oled (little brother of tty2oled)
Minor Update!
Changed the commands for "invert" into something easier (thx to RealLarry) and make the scripts more quiet.
If you need script output add
to your user settings.
// Edit
Another update for even more quietness
Changed the commands for "invert" into something easier (thx to RealLarry) and make the scripts more quiet.
If you need script output add
Code: Select all
debug="true"
// Edit
Another update for even more quietness
- terminator2k2
- Posts: 36
- Joined: Sun May 24, 2020 6:46 pm
- Has thanked: 27 times
- Been thanked: 22 times
Re: i2c2oled (little brother of tty2oled)
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
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: i2c2oled (little brother of tty2oled)
Added Nemesis, Guwange and Uopoko to the Repo, List Updated.terminator2k2 wrote: ↑Sat Apr 09, 2022 8:27 pm added Nemesis
https://github.com/terminator2k2/I2COLE ... %20Uploads
Many Thanks
Re: i2c2oled (little brother of tty2oled)
Updates to the i2c2oled and tty2oled picture viewer: https://venice1200.github.io/MiSTer_tty2oled_Pictures/
- Added support for single color i2c displays
- Automatically invert the header when viewing in single color
- Added a search to filter the results to find a specific core / setname
- Added a zoom on hover for images
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: i2c2oled (little brother of tty2oled)
I leave the track field screen for the small oled
https://www.mediafire.com/file/mx9izz3a ... d.pix/file
https://www.mediafire.com/file/mx9izz3a ... d.pix/file
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: i2c2oled (little brother of tty2oled)
I uploaded the new pictured to the picture repository already yesterday and updated the picture list.
Many thanks
Lars
Many thanks
Lars
- terminator2k2
- Posts: 36
- Joined: Sun May 24, 2020 6:46 pm
- Has thanked: 27 times
- Been thanked: 22 times
Re: i2c2oled (little brother of tty2oled)
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: i2c2oled (little brother of tty2oled)
Added all pictures as new or as alternatives to the repo.
Many Thanks
New to the Google Sheet are the corenames:
cottonj
cottonja
cottonu
feversos
trackfldc
I added them at the end of the Arcade's List.
Many Thanks
New to the Google Sheet are the corenames:
cottonj
cottonja
cottonu
feversos
trackfldc
I added them at the end of the Arcade's List.
- terminator2k2
- Posts: 36
- Joined: Sun May 24, 2020 6:46 pm
- Has thanked: 27 times
- Been thanked: 22 times
Re: i2c2oled (little brother of tty2oled)
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: i2c2oled (little brother of tty2oled)
hello I leave an alternative version of the 32x screen
https://www.mediafire.com/file/q3u2ur3d ... X.pix/file
https://www.mediafire.com/file/q3u2ur3d ... X.pix/file
- venice
- Top Contributor
- Posts: 788
- Joined: Tue Jun 16, 2020 9:29 am
- Location: Germany
- Has thanked: 278 times
- Been thanked: 278 times
Re: i2c2oled (little brother of tty2oled)
I am trying to get this display to work:
diymore 2.42" OLED Digital IIC I2C SPI Serial 128X64 Pixel LCD
www.amazon.com/dp/B07XR8FNP8
but all I can get out of it is lines, it kinda looks like an non-animated version of the Matrix screensaver, LOL
I moved the resistor from R4 to R3, and put a jumper on R5, but the screen did nothing, I could not even get "i2cdetect" to see the screen, I then connected RES to VCC using a 10k resistor and the screen showed up using "i2cdetect" at the address of "3d", the screen still did nothing but at least "i2cdetect" could see the screen, I tried changing the INI settings, but nothing worked, I was able to change the address from "3c" to 3d" in the main INI file but the display only showed the lines, I checked all the wires, I am getting 3.3v on VCC, SDA, and SCL, and ground tests good, BTW I have connected the VCC, SDA, SCL and GND to the RTC board.
I did a bunch of Google searching and found that if you ground the display's DC pin the display will then use the "3c" address, and I soldered a junper for that, I also tried a jumper on R7, but that does not seem to help, any ideas?
diymore 2.42" OLED Digital IIC I2C SPI Serial 128X64 Pixel LCD
www.amazon.com/dp/B07XR8FNP8
but all I can get out of it is lines, it kinda looks like an non-animated version of the Matrix screensaver, LOL
I moved the resistor from R4 to R3, and put a jumper on R5, but the screen did nothing, I could not even get "i2cdetect" to see the screen, I then connected RES to VCC using a 10k resistor and the screen showed up using "i2cdetect" at the address of "3d", the screen still did nothing but at least "i2cdetect" could see the screen, I tried changing the INI settings, but nothing worked, I was able to change the address from "3c" to 3d" in the main INI file but the display only showed the lines, I checked all the wires, I am getting 3.3v on VCC, SDA, and SCL, and ground tests good, BTW I have connected the VCC, SDA, SCL and GND to the RTC board.
I did a bunch of Google searching and found that if you ground the display's DC pin the display will then use the "3c" address, and I soldered a junper for that, I also tried a jumper on R7, but that does not seem to help, any ideas?
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: i2c2oled (little brother of tty2oled)
Here is a YouTube Video converting a display from spi to i2c which look like yours.
https://m.youtube.com/watch?v=6wR_OBNOr7I
https://m.youtube.com/watch?v=6wR_OBNOr7I
- 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: i2c2oled (little brother of tty2oled)
I'm successfuly using a similar display - not this one, but a chinese SSD1309 for my mt32-pi using the modification described here
Requires modifications: R4 removed, R3 shorted, R5 shorted, DC tied to GND, RES tied to VCC via a 10K pull-up resistor and to GND through a 1uF cap.