wokwi / avr8js

Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
https://blog.wokwi.com/avr8js-simulate-arduino-in-javascript/
MIT License
461 stars 73 forks source link

Can you help write an LCD1602 case that does not use I2C mode? #149

Open Green-hcq opened 7 months ago

Green-hcq commented 7 months ago

Hi Urish, I recently tried to use avr8js to write some component cases, but I encountered some difficulties, such as how to write and read ssd1306 and lcd1602 without using i2c.

I have consulted a lot of information, but there is no complete api document to explain the use of avr8js + wokwi-elements. For example, 7 segment is connected to arduino. How to read the value sent by arduino to 7 segment. couldyou share an api document?