Love these small OLEDs! Especially the green colour you got reminds me of the old CRTs! What an age to be living in!
@sjm43063 жыл бұрын
The amber oleds also look very reminiscent of crts!
@SpikerDragon956 жыл бұрын
that green screen remember those 80' office calculetors, yeah a GBA style it would look really nice! in a rectangular and monimalistic case, everything sandwich together
@beforth5 жыл бұрын
A graphing calculator would be a neat project for this display...
@joel2301824 жыл бұрын
beautiful screen
@ZeroWalker266 жыл бұрын
the sharpness on that screen is so sharp it could cut your eyes out damn.
@sjm43066 жыл бұрын
Very sharp indeed. I absolutely love these oled screens.
@anormalhumanperson57854 жыл бұрын
You can connect an arduino on to vga too!
@skathiri26084 жыл бұрын
I have been looking for something like this. Thanks so much!
@sjm43064 жыл бұрын
No problem!
@natethefighter5 жыл бұрын
Now I want to build an Arduboy clone in the style of the old Coleco tabletop arcade games. This screen would be perfect for that.
@sjm43065 жыл бұрын
Yes that would be awesome!
@antayudi54285 жыл бұрын
Have try to use microled display which is available today or, from itri, jbd, plessey and so on.
@sjm43065 жыл бұрын
I haven't had the chance, but it looks very interesting so I hope I'll be able to once they become more commercially available.
@superkimsay5 жыл бұрын
very high refresh rate it seems. What is the library being used and do you know how it does it? SPI with DMA? Nice video!
@sjm43065 жыл бұрын
The games use the Arduboy library which is open source so it'd be easy to check. My guess is the user writes image data to a shadow buffer and an interrupt driven hardware spi handles writing to the display. I don't think the tiny atmega328p has dma. Refresh rate seems somewhere around 60 fps (probably depends on game programming and complexity).
@hoodhippo6746 жыл бұрын
Can't wait to see it turned into a portable !
@muhammadjimmyramadhan46876 жыл бұрын
yeah.. me too....
@shsftech37924 жыл бұрын
That screen is exactly what i am looking for! Is it sunlight readable atleast 80% visible? Thanks for this video man!
@sjm43064 жыл бұрын
In direct sunlight it washes out even at full brightness, you have to cup your hand over it to have a chance of reading what's displayed. Emissive displays aren't really meant for outdoor viewing, a reflective or transflective display is a better choice for those applications.
@skullkil6 жыл бұрын
looks cool, realy wish they had a SSD1351 in that size
@tonyy9206 жыл бұрын
Is it possible to have a even bigger screen?
@sjm43066 жыл бұрын
On the arduboy forums someone developed an fpga based vga adapter so the sky is the limit.
@jonathanwebb51386 жыл бұрын
Hi I'd really like to learn how you built your arduboy so I can do it myself, do you have a tutorial series on how you did that?
@sjm43066 жыл бұрын
I have an upcoming arduboy project where I'll go into some more detail and post files so look forward to it!
@nicolasjonasson48204 жыл бұрын
Isn't the protective plastic film still on?
@sjm43064 жыл бұрын
Yep, I always leave the film on until I install it into whatever project I intend to use it on.
@nicolasjonasson48204 жыл бұрын
@@sjm4306 Would you say there is a difference in appearance, taking it off vs leaving it on?
@sjm43064 жыл бұрын
It's a bit clearer without the protective film
@nicolasjonasson48204 жыл бұрын
@@sjm4306 Ah! So that is why it looks like shit! JK :D Lookin' good!
@Pridetoons6 жыл бұрын
Can you show us the code you used to make it compatible with the IC Station Screen please.
@sjm43066 жыл бұрын
github.com/MrBlinky/Arduboy-Python-Utilities This is a python utility I used to modify and flash a precompiled game to work with the sd1309 screen shown in this video. It will take .arduboy or .hex files.
@Pridetoons6 жыл бұрын
sjm4306 cool thanks
@cparrapa Жыл бұрын
Arducart is the MCU board you are using?
@sjm4306 Жыл бұрын
Yes, it's a board I designed based off the arduboy platform that uses the atmega32u4 with an additional spi flash memory chip to load games from.
@cparrapa Жыл бұрын
@@sjm4306 nice! do you sell them, any link were I can find more info? I see now you have more videos about it but the actual documentation
@sjm4306 Жыл бұрын
Huh, looks like I never created a project on my HAD io page! I've gone and done that now and added the design files here: hackaday.io/project/189514-ardupak-formerly-arducart Enjoy!
@cparrapa Жыл бұрын
@@sjm4306 cool thanks for sharing!
@th3drizzl3783 жыл бұрын
i was about to order these in yellow but a few people told me they had issues with the yellow ones, have you tried any other color but the green
@sjm43063 жыл бұрын
I have different sized oleds in pretty much every color. The yellow ones haven't given me any issues.
@sloppyjoeska6 жыл бұрын
how do i get my hands on an Arducart?? looks awesome
@sjm43066 жыл бұрын
I ordered 10 prototypes to play around with. I have a few left if you are interested I'd sell you one for the cost of materials and shipping. Shoot me an email at sjm4306@gmail.com
@JimCoupeTQ3 жыл бұрын
How the heck did you get this dispay working, what library do u use.. i cant get min working :(
@JimCoupeTQ3 жыл бұрын
It works well with U8g2 lib.. ! SPI.. pin 11 and 13 on arduino nano
@sjm43063 жыл бұрын
Yep u8g2 is a good library for a range of displays. For this video I used an arduboy clone so the graphics are handled by their own library. I've also written my own graphics library recently and it supports four oled and two eink display drivers.
@JimCoupeTQ3 жыл бұрын
@@sjm4306 nice... im so happy got it working its a reeeally cool display gives that retro look as you said :) suits my retro shortwave radio :)
@jpmorgan1874 жыл бұрын
omg take off the plastic protector!
@natethefighter4 жыл бұрын
Just got a display similar to this after being inspired by your video; however, my 2.42in screen uses an SSD1305 instead. Would arduboy files still need to be patched prior to uploading?
@sjm43064 жыл бұрын
Arduboy precompiled game hex files can only be patched for ssd1309 screens. If you have the source code for each game then you can select different screens using the breadboard arduboy library and recompile, however only specific display drivers are supported (not sure if the 1305 is among those).
@natethefighter4 жыл бұрын
@@sjm4306 ok. Thanks for your response - love your channel!
@ICStation20136 жыл бұрын
Thanks for your published awesome video. :)
@bangunsetyoanggoro61564 жыл бұрын
i want this, for my pc stats
@sjm43064 жыл бұрын
That'd be cool! I think I've seen people use alphanumeric lcds for that, I can imagine using a nice graphical oled like this with a custom gui would look very futuristic.
@robertk36356 жыл бұрын
cool
@cassio29995 жыл бұрын
maybe interesting or something like that
@AgentOsito6 жыл бұрын
Dude, I need an email address I can private message you on... I dunno how to on youtube