Skip to main content
Fghas.1
Associate
August 22, 2021
Question

Hello everyone, I wanted to plot an online graph on OLED without using TouchGFX Designer. How can I have this dynamic graph?

  • August 22, 2021
  • 1 reply
  • 672 views

..

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
August 22, 2021

Read the datasheet of the OLED's controller. Wire it up accordingly. Implement initialization and a routine to draw a single pixel, then just draw pixels for your graph.

JW