This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is there any OLED dirver demo for 51822

Hi,

I need to implement 51822 drirver, is there some demo for that. By now I don't decide wich oled to use, and I don't know how many type of OLED at all. I wish a oled driver demo to let me know the basic information about how to use a oled.

Any one can give some document about oled, or some advice?

Thanks, Tao

Parents
  • Remember that the OLED neither knows nor cares what microcontroller you are using - it is entirely irrelevant to the OLED. All that matters to the OLED is that you follow the instructions stated in its Datasheet - or, more specifically, the datasheet for the Controller chip.

    So this project actually has 2 distinct parts:

    1. Understand the OLED Controller Chip. This part is entirely independent of what microcontroller you will be using.

    2. Understand the IO peripherals on your microcontroller. This part is entirely independent of the OLED.

    Thus you should be able to look at OLED examples for any microntroller, to see how OLEDs work in general, and look at any nRF51822 examples that illustrate the necessary IO functions (eg, SPI).

  • Thanks for you answer. I understand what your mean, but I wish oled demo. I what: 1, learn some software constructure, 2, save my time to do some basic work.

Reply Children
No Data
Related