You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works like a charm with atari800 compiled in and Apple Magic keyboard A1314.
Many thanks for this!
However, I wonder, why there is the video_pin 26 in video_out.h defined but pin 25 is used in reality?
#define VIDEO_PIN 26
#define AUDIO_PIN 18 // can be any pin
#define IR_PIN 0 // TSOP4838 or equivalent on any pin if desired
It works at pin D25, whether I leave 26 in or if I change to 25!?
So somewhere this definition is overwritten?
best, Peter
The text was updated successfully, but these errors were encountered:
Hi.
Works like a charm with atari800 compiled in and Apple Magic keyboard A1314.
Many thanks for this!
However, I wonder, why there is the video_pin 26 in video_out.h defined but pin 25 is used in reality?
#define VIDEO_PIN 26
#define AUDIO_PIN 18 // can be any pin
#define IR_PIN 0 // TSOP4838 or equivalent on any pin if desired
It works at pin D25, whether I leave 26 in or if I change to 25!?
So somewhere this definition is overwritten?
best, Peter
The text was updated successfully, but these errors were encountered: