Skip to content
Snippets Groups Projects
  1. Jun 27, 2015
  2. Jun 26, 2015
  3. Jun 25, 2015
  4. Jun 23, 2015
  5. Jun 16, 2015
  6. Jun 15, 2015
    • AnHardt's avatar
      Add lost MKS_BASE to pins.h (PR#2297) · b93cddfc
      AnHardt authored
      b93cddfc
    • AnHardt's avatar
      Rework buzzing (PR#2296) · 6ab7b560
      AnHardt authored
      by:
      Moving HAS_LCD_BUZZ macro to Coditionals.h
      Renaming HAS_LCD_BUZZ to HAS_BUZZER to make clear is has nothing to do with the lcd.
      Removing the ULTRALCD condition.
      
      Moving declaration of lcd_buzz() out of the ULTRA_LCD block in ultralcd.h
      Moving definition of lcd_buzz() out of the ULTIPANEL block in ultralcd.cpp
      Renaming lcd_buzz() to buzz() to make clear is has nothing to do with the lcd.
      
      All buzzing code is now only dependent on the existence of a BEEPER-pin or the definition of a LCD_USE_I2C_BUZZER.
      
      To do: Check the conditions for the BEEPER-pin in all pin-files.
      6ab7b560
    • Scott Lahteine's avatar
      Fix ULTRA_LCD spelling in HAS_LCD_BUZZ · 29122db2
      Scott Lahteine authored
      29122db2
    • Richard Wackerbarth's avatar
      Merge PR(#2271) · 1418470a
      Richard Wackerbarth authored
      1418470a
Loading