Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small glitch and working Apple A1314 #67

Open
petersieg opened this issue Apr 21, 2024 · 1 comment
Open

Small glitch and working Apple A1314 #67

petersieg opened this issue Apr 21, 2024 · 1 comment

Comments

@petersieg
Copy link

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

@demik
Copy link

demik commented Jun 25, 2024

Not the author here, but the VIDEO_PIN define is unused and useless

Since the video output is done by using the DAC1 output of the ESP32, the output pin is indeed hard wired to GPIO25
See code here:

dac_output_enable(DAC_CHANNEL_1); // DAC, video on GPIO25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants