New driver #1767
HondaRulez
started this conversation in
General
New driver
#1767
Replies: 1 comment 10 replies
-
What is your exact type of VFD?
You can download the latest U8g2 beta release from here: https://github.com/olikraus/U8g2_Arduino/archive/master.zip
PlatformIO:
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
any docs about how to add a new driver ?
I have a 170x40 VFD graphic display, the display have parellel interface similar to a SRAM or so.. address, data also have some other i/o.
currently due the limited I/O pins on the host side I made a I2C interface.
the display works perfectly.
My goal is using U8g2 to draw items and use different sizes of the fonts on this display.
so I would add this one to the drivers and use the lib as usual on other devices.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions