Testing Arducart with BIG ICStation 2.42" OLED Screen

Поделиться
HTML-код
  • Опубликовано: 10 авг 2018
  • Just a quick video showing off how awesome Arduboy games look on a green 2.42" OLED screen. Thanks ICStation for generously providing me the review sample so I could upgrade my Arducart project with a jumbo screen instead of the tiny 0.9" one I was testing with. Super happy with how bright, uniform and clear the screen is. I'll definitely use these in future projects that need to display information.
    Get yours here (full disclosure, this is an affiliate link so I make a small commission for each sale: www.icstation.com/product_info...
    Don't forget to checkout with the code sjmics to receive 15% off as well!
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Special thanks to Eric Skiff for freely providing the music used in this video off his album Resistor Anthems. His music can be found at ericskiff.com/music/
    Visit my site: www.diytronics.blogspot.com
    My RGB Gameboy Backlight Controller is now available at www.roarkesretrocorner.com!!!
    Use the code SJM (all caps) to receive 10% off of your order!
    ICStation Affiliate Link: www.icstation.com/index.php?ai...
    Code: sjmics
    Discount Amount: 15% off
    Max Use: 1 (one for per user)
    Amount Limit: 300
    Consider supporting me on Patreon: www.patreon.com/sjm4306
  • НаукаНаука

Комментарии • 69

  • @TheRetroFuture
    @TheRetroFuture 5 лет назад +15

    Looks amazing with the bigger screen too!

  • @BillDemos
    @BillDemos 2 года назад +3

    Love these small OLEDs! Especially the green colour you got reminds me of the old CRTs! What an age to be living in!

    • @sjm4306
      @sjm4306  2 года назад

      The amber oleds also look very reminiscent of crts!

  • @skathiri2608
    @skathiri2608 4 года назад +1

    I have been looking for something like this. Thanks so much!

  • @joel230182
    @joel230182 4 года назад +2

    beautiful screen

  • @SpikerDragon95
    @SpikerDragon95 5 лет назад +3

    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

    • @beforth
      @beforth 5 лет назад +1

      A graphing calculator would be a neat project for this display...

  • @ICStation2013
    @ICStation2013 5 лет назад +2

    Thanks for your published awesome video. :)

  • @ZeroWalker26
    @ZeroWalker26 5 лет назад +1

    the sharpness on that screen is so sharp it could cut your eyes out damn.

    • @sjm4306
      @sjm4306  5 лет назад

      Very sharp indeed. I absolutely love these oled screens.

  • @anormalhumanperson5785
    @anormalhumanperson5785 3 года назад +1

    You can connect an arduino on to vga too!

  • @superkimsay
    @superkimsay 5 лет назад +1

    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!

    • @sjm4306
      @sjm4306  5 лет назад +1

      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).

  • @hoodhippo674
    @hoodhippo674 5 лет назад +2

    Can't wait to see it turned into a portable !

  • @jonathanwebb5138
    @jonathanwebb5138 5 лет назад +1

    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?

    • @sjm4306
      @sjm4306  5 лет назад +1

      I have an upcoming arduboy project where I'll go into some more detail and post files so look forward to it!

  • @skullkil
    @skullkil 5 лет назад +1

    looks cool, realy wish they had a SSD1351 in that size

  • @natethefighter
    @natethefighter 4 года назад +1

    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.

    • @sjm4306
      @sjm4306  4 года назад

      Yes that would be awesome!

  • @sloppyjoeska
    @sloppyjoeska 5 лет назад

    how do i get my hands on an Arducart?? looks awesome

    • @sjm4306
      @sjm4306  5 лет назад

      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

  • @shsftech3792
    @shsftech3792 3 года назад +1

    That screen is exactly what i am looking for! Is it sunlight readable atleast 80% visible? Thanks for this video man!

    • @sjm4306
      @sjm4306  3 года назад

      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.

  • @antayudi5428
    @antayudi5428 4 года назад +1

    Have try to use microled display which is available today or, from itri, jbd, plessey and so on.

    • @sjm4306
      @sjm4306  4 года назад

      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.

  • @th3drizzl378
    @th3drizzl378 2 года назад

    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

    • @sjm4306
      @sjm4306  2 года назад +1

      I have different sized oleds in pretty much every color. The yellow ones haven't given me any issues.

  • @natethefighter
    @natethefighter 4 года назад

    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?

    • @sjm4306
      @sjm4306  4 года назад +1

      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).

    • @natethefighter
      @natethefighter 4 года назад +1

      @@sjm4306 ok. Thanks for your response - love your channel!

  • @Pridetoons
    @Pridetoons 5 лет назад +1

    Can you show us the code you used to make it compatible with the IC Station Screen please.

    • @sjm4306
      @sjm4306  5 лет назад +1

      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.

    • @Pridetoons
      @Pridetoons 5 лет назад +1

      sjm4306 cool thanks

  • @robertk3635
    @robertk3635 5 лет назад +1

    cool

  • @tonyy920
    @tonyy920 5 лет назад +1

    Is it possible to have a even bigger screen?

    • @sjm4306
      @sjm4306  5 лет назад

      On the arduboy forums someone developed an fpga based vga adapter so the sky is the limit.

  • @JimCoupeTQ
    @JimCoupeTQ 3 года назад

    How the heck did you get this dispay working, what library do u use.. i cant get min working :(

    • @JimCoupeTQ
      @JimCoupeTQ 3 года назад +1

      It works well with U8g2 lib.. ! SPI.. pin 11 and 13 on arduino nano

    • @sjm4306
      @sjm4306  3 года назад

      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.

    • @JimCoupeTQ
      @JimCoupeTQ 3 года назад +1

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

  • @nicolasjonasson4820
    @nicolasjonasson4820 4 года назад

    Isn't the protective plastic film still on?

    • @sjm4306
      @sjm4306  4 года назад

      Yep, I always leave the film on until I install it into whatever project I intend to use it on.

    • @nicolasjonasson4820
      @nicolasjonasson4820 4 года назад

      @@sjm4306 Would you say there is a difference in appearance, taking it off vs leaving it on?

    • @sjm4306
      @sjm4306  4 года назад

      It's a bit clearer without the protective film

    • @nicolasjonasson4820
      @nicolasjonasson4820 4 года назад

      @@sjm4306 Ah! So that is why it looks like shit! JK :D Lookin' good!

  • @cparrapa
    @cparrapa Год назад

    Arducart is the MCU board you are using?

    • @sjm4306
      @sjm4306  Год назад +1

      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
      @cparrapa Год назад +1

      @@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
      @sjm4306  Год назад +1

      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
      @cparrapa Год назад +1

      @@sjm4306 cool thanks for sharing!

  • @jpmorgan187
    @jpmorgan187 4 года назад +3

    omg take off the plastic protector!

  • @bangunsetyoanggoro6156
    @bangunsetyoanggoro6156 4 года назад +1

    i want this, for my pc stats

    • @sjm4306
      @sjm4306  4 года назад

      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.

  • @cassio2999
    @cassio2999 4 года назад

    maybe interesting or something like that

  • @Agent_Osito
    @Agent_Osito 5 лет назад

    Dude, I need an email address I can private message you on...
    I dunno how to on youtube

    • @sjm4306
      @sjm4306  5 лет назад

      sure, just hit me up here: sjm4306@gmail.com