inky v1.0.2 Inky.LookupTables View Source
LookupTables are used for voltage control when updating the screen.
LookupTables are explained in further detail in https://github.com/pimoroni/inky/blob/master/library/inky/inky.py#L95
Link to this section Summary
Link to this section Types
    
      
      Link to this type
    
    accent()
      
       
       View Source
     
      
  accent()
      
       
       View Source
     
      
          accent() :: :black | :red | :yellow
      
  
accent() :: :black | :red | :yellow
    
      
      Link to this type
    
    color()
      
       
       View Source
     
      
  color()
      
       
       View Source
     
      
          color() :: :white | accent()
      
  
color() :: :white | accent()
    
      
      Link to this type
    
    variant()
      
       
       View Source
     
      
  variant()
      
       
       View Source
     
      
          variant() :: :phat | :what
      
  
variant() :: :phat | :what
Link to this section Functions
    
      
      Link to this function
    
    get_luts(atom)
      
       
       View Source
     
      
  get_luts(atom)
      
       
       View Source
     
      
          get_luts(accent()) :: <<_::560>>
      
  
get_luts(accent()) :: <<_::560>>