ST7567 128x64 LCD demo and library examples

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

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

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

    Wow this was really awesome. You have put a lot of effort on this. Thank you ..

  • @Al.Sy.
    @Al.Sy. 4 года назад +1

    As always perfectly implementation.

  • @ivanmobile65rossi80
    @ivanmobile65rossi80 Год назад +3

    for i2c model ? thx

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

    Always number one..thanks!!!

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

    Kurcze, niesamowite. Brawo!

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

    very nice!

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

    Very useful, thanks for sharing

  • @joseluisberruecoroig4258
    @joseluisberruecoroig4258 2 года назад +2

    It's incredible the performance you get from this duisplay.I have recently purchased a 2,9" monochrome display with the IC controller ST7567S, but in my case it is I2C instead of SPI as the one im your example. I'm too lost and I do not find any library for controlling it with Arduino. Do you know where can I find a library to control the I2c display?

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

    Eu preciso de uma com o mesmo tamanho e driver, mas não encontro com 36 pin descripition....poderia me ajudar?

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

    Every time I saw you pushing your MCU and display module to their limits, I cannot help to appreciate your perseverance for excellence.
    I found your ST7567_libfb_Demo most amazing. Where can you find these graphics algorithms ?
    Since your graphics library is equipped with frame buffer, you can implement image layering with blending.
    Looking forward to see your demos on isometric and 3D graphics.

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

    Perfect!

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

    For stm32F1xx, the max SPI clock is 18MHz. For stm32F4xx, the max SPI clock is 42MHz.
    For most display controllers, the min SPI clock cycle is around 66ns (i.e. SPI clock up to 14MHz).
    Have you tried to push the SPI clock beyond that limit ?

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

      I think I tried 36MHz on bluepill using one of mono LCD. Of course TFTs worked ok at 36MHz

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

      @@cbm80amiga It means that the electrical specification in the stm32f103 and TFT datasheets tend to be conservative. Your experiments show that their SPIs can run much more faster.

  • @이현인-b5i
    @이현인-b5i 4 года назад +1

    Hello, I enjoyed the project using Arduino. Can we implement a display that is simple digital oscilloscopes and becomes RF spectrum analyzer?

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

      For fast changing data mono LCD is not a good choice, OLED or color TFT will visualize such data much better.

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

      Even Cortex-M4 with fast ADC and DSP, it can only implement real-time FFT in the audio bands. I doubt whether an MCU can implement an RF spectrum analyzer !

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

    would be nice, these lcd on a vintage hp48gx!

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

    Hi everybody
    This is a great library, however I need the ks0108 library with frame buffer, Can you help me about it?

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

      Sorry, I don't have such LCD

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

    Sir, when you demonstrate using a color cellphone LCD whose price is cheaper than a special microcontroller manufacturer LCD?
    As example nokia n95 or samsung g532

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

      I don't have such screens

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

    Nice, do you have I2C version ? thanks