SSB?

ssb

The above figure in SSB modes.

Added LSB and USB for the operating mode menu. This is not for operating on these mode, but for displaying the waterfall. The frequency range is dynamically changed according to the mode so that you get better resolution with CW modes.

ssb2

The above figure in CW modes.

if(       operating_mode == 0x03 || operating_mode == 0x07) { /* CW or CW-R */
  waterfall_scale_x     =   2.0;
} else if(operating_mode == 0x00 || operating_mode == 0x01) { /* LSB or USB */
  waterfall_scale_x     =   1.0;
}