Replies: 1 comment
-
|
No, there is no "null" driver for Arduino. I assume your approach is already the best what you could do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Reason for asking:
To easily port complex legacy Arduino sketches to a different display technology, e.g. TFT, by reading the display buffer and plotting to a screen. The monochrome out is fine btw. The aim is to not allocate ports or GPIO.
At the moment I use a constructor like this:
Which works as all pins are set to -1, but is not very elegant.
Such an option is not obvious from examining the code for a while. I know about U8g2_for_Adafruit_GFX etc, but that is not what I need.
Beta Was this translation helpful? Give feedback.
All reactions