Use OLED for screen. #8
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: W1CDN/vfo_oled#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "oled"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Already running into issues.
Here's how to set the I2C address for the Si5351: https://github.com/etherkit/Si5351Arduino#alternate-i2c-addresses
Si5351 si5351(0x61);
If I can't get the current code to work, there is this project which seems to do everything except the Polyakov mode: https://projecthub.arduino.cc/CesarSound/10khz-to-225mhz-vforf-generator-with-si5351-version-2-acdc25
Polyakov mode would "just" mean displaying a frequency that is twice what is actually being used in the receiver circuit.
Was missing a following call to
display.display();
to write it to the display.Trying out another way in #9.
Pull request closed