Hi
I have Arduino Nano(Atmega328) and display I2C segment driver BU9793FS with segment display 20x4.
I want examples for Arduino with this driver, but I don't find them.
Will it work? If it works, help me solve this problem.
I want to show an easy clock or any other ideas.
A quick google search did not turn any library for the BU9793FS chip... Never heard of it before.
That chip is an SPI device that drives the display directly (as far as I can tell) so there must be some other chip doing the I2C with the arduino?
blh64:
That chip is an SPI device that drives the display directly (as far as I can tell) so there must be some other chip doing the I2C with the arduino?
This driver with display used in electrical counter.
Datasheet for driver BU9793FS
The controller was G80F903 (SOP20/TSSOP20) and used EEPROM BR24G04-3
Controller datasheet G80F903 and EEPROM datasheet BR24g04-3
Maybe BR24G04 converted I2C to signal on a display driver?
J-M-L:
A quick google search did not turn any library for the BU9793FS chip... Never heard of it before.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.