Skip to content

SignalGeneratorSD based on AD9833 Module, July 2020

Compare
Choose a tag to compare
@ShaggyDog18 ShaggyDog18 released this 10 Jul 19:26
· 61 commits to master since this release

Change log:

  • Improved the way frequency value is displayed:

    • option to hide leading zeros in frequency value (toggled by triple click of encoder button).
    • option to delimit thousands by a separation sign (toggled by triple click to encoder button).
    • a selected option (one out of four possible combinations) is stored to EEPROM (if enabled) and is set at start up.
  • New button function:

    • Triple click anywhere -> change the way the frequency value is displayed: with/without leading zeros; with/without thousands separation sign. All four possible combinations are toggled in a loop. Default set: no leading zeros with a separation apostrophe.

    The thousands delimiter is different from country to country. In the United States, this character is a comma (,) in Germany, a period (.), in Sweden, a space. So, you may re-define DELIMITER sign to one you аrе accustomed to: comma, period, space, astrisk, etc... Just search for DELIMITER definition.