#include <LCD.hpp>
 | 
|   | LCD (uint8_t offset=0, uint8_t CN=0) | 
|   | 
| const char *  | getText () const | 
|   | 
| virtual void  | begin () | 
|   | Initialize the input element.  More...
  | 
|   | 
| virtual void  | reset () | 
|   | Reset the input element to its initial state.  More...
  | 
|   | 
| virtual void  | update () | 
|   | Update the value of the input element. Used for decaying VU meters etc.  More...
  | 
|   | 
template<uint8_t BufferSize = 120>
class MCU::LCD< BufferSize >
- Examples
 - MCU-OLED-SSD1306-x2.ino.
 
Definition at line 31 of file LCD.hpp.
 
◆ LCD()
template<uint8_t BufferSize = 120> 
  
  
      
        
          | MCU::LCD< BufferSize >::LCD  | 
          ( | 
          uint8_t  | 
          offset = 0,  | 
         
        
           | 
           | 
          uint8_t  | 
          CN = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ getText()
template<uint8_t BufferSize = 120> 
  
  
      
        
          | const char* MCU::LCD< BufferSize >::getText  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ updateImpl()
template<uint8_t BufferSize = 120> 
  
  | 
      
   | 
  
inlineoverrideprivatevirtual   | 
  
 
 
◆ begin()
  
  
      
        
          | virtual void MIDIInputElementSysEx::begin  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtualinherited   | 
  
 
 
◆ reset()
  
  
      
        
          | virtual void MIDIInputElementSysEx::reset  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtualinherited   | 
  
 
 
◆ update()
  
  
      
        
          | virtual void MIDIInputElementSysEx::update  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtualinherited   | 
  
 
 
◆ beginAll()
  
  
      
        
          | static void MIDIInputElementSysEx::beginAll  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestaticinherited   | 
  
 
 
◆ updateAll()
  
  
      
        
          | static void MIDIInputElementSysEx::updateAll  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestaticinherited   | 
  
 
 
◆ resetAll()
  
  
      
        
          | static void MIDIInputElementSysEx::resetAll  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestaticinherited   | 
  
 
 
◆ updateAllWith()
  
  
      
        
          | static void MIDIInputElementSysEx::updateAllWith  | 
          ( | 
          SysExMessage  | 
          midimsg | ) | 
           | 
         
       
   | 
  
inlinestaticinherited   | 
  
 
 
◆ updateWith()
  
  
      
        
          | bool MIDIInputElementSysEx::updateWith  | 
          ( | 
          SysExMessage  | 
          midimsg | ) | 
           | 
         
       
   | 
  
inlineprivateinherited   | 
  
 
 
◆ moveDown()
  
  
      
        
          | void MIDIInputElementSysEx::moveDown  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineprivateinherited   | 
  
 
Move down this element in the linked list of elements. 
This means that the element will be checked earlier on the next iteration. 
Definition at line 116 of file MIDIInputElementSysEx.hpp.
 
 
◆ getInstances()
  
  
      
        
          | static uint8_t MCU::LCDCounter::getInstances  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestaticinherited   | 
  
 
 
◆ buffer
template<uint8_t BufferSize = 120> 
 
 
◆ offset
template<uint8_t BufferSize = 120> 
 
 
◆ CN
  
  
      
        
          | uint8_t MIDIInputElementSysEx::CN | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ elements
◆ next
◆ previous
◆ instances
  
  
      
        
          | uint8_t MCU::LCDCounter::instances = 0 | 
         
       
   | 
  
staticprivateinherited   | 
  
 
 
The documentation for this class was generated from the following file: