mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 09:07:17 -04:00
SSTV transmit beta (320x256 24bpp Scottie 2 only)
This commit is contained in:
parent
5b74b83458
commit
6a0bcb9cca
13 changed files with 410 additions and 45 deletions
|
@ -91,6 +91,14 @@ void set_tones_data(const uint32_t bw, const uint32_t pre_silence, const uint16_
|
|||
send_message(&message);
|
||||
}
|
||||
|
||||
void set_sstv_data(const uint8_t vis_code, const uint32_t pixel_duration) {
|
||||
const SSTVConfigureMessage message {
|
||||
vis_code,
|
||||
pixel_duration
|
||||
};
|
||||
send_message(&message);
|
||||
}
|
||||
|
||||
void set_afsk_data(const uint32_t afsk_samples_per_bit, const uint32_t afsk_phase_inc_mark, const uint32_t afsk_phase_inc_space,
|
||||
const uint8_t afsk_repeat, const uint32_t afsk_bw, const bool afsk_alt_format) {
|
||||
const AFSKConfigureMessage message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue