esprfid / esp-rfid

ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
MIT License
1.36k stars 423 forks source link

How can we add oled Display(0.96) #367

Open sandeepmamidi opened 4 years ago

sandeepmamidi commented 4 years ago

Is there any way to add oled display(0.96) to the code

BarrMo commented 1 year ago

OLED or LCD. Either option would be nice.

matjack1 commented 1 year ago

@sandeepmamidi @BarrMo personally I think you should use a separate device that talks to esp-rfid over MQTT. I say that because it's already quite complex what's been achieved now that adding more complexity in esp-rfid doesn't look the best option to me :)

If you have specific ideas and you want to try to contribute some code I'm ready to help!