hi all currently i have a output from a car ecu being displayed on a 8x2 lcd screen and want to make a custom housing for it to fit into the car but i need to capture the scl as a input and then display out to a sck screen or oled type is that possible
Welcome, Mike.
Maybe it's just me, but I might have a hope if I knew what an "scl as an input", or an "sck screen" might be. OLED, I've got.
ok so on the current screen it has 4 pins GND, VCC, SDA, SCL
that displays some engine data on but i have another screen that is smaller and fits in the hole i need
also has 4 pins but are GND, VDD, SCK, SDA
when its plugged in nothing is displayed
These are both I2C devices. SCK, SCL are the same signal.
Both will have addresses, likely different. The code talking to the display needs to know that address, as well as the particulars for formatting the data for the display.
Don't know if you know all that, or not, from your post.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.