HOW TO CONTROL EPSON PROJECTOR #2078
Answered
by
crankyoldgit
AthulNoobie
asked this question in
Q&A
-
There are no examples available for controlling Epson projectors. Please show me the code for turning off/on Epson projector. |
Beta Was this translation helpful? Give feedback.
Answered by
crankyoldgit
Mar 15, 2024
Replies: 1 comment
-
First, See FAQ You could:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AthulNoobie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, See FAQ
You could:
IRrecvDumpV3.ino
example code, and capture the button presses, then modify theIRsendDemo.ino
with the appropriate code/sendEpson()
/sendRaw()
functions.or
sendGC()
orsendPronto()
functions, as shown in theIRsendDemo.ino
example.