• L
    Adding PCD8544, famous Nokia 5110 LCD screen (#1392) · 46f0ceb5
    Laurent Ellerbach 提交于
    * Initial commit
    
    * Adjusting based on PR feedback
    
    * sln update
    
    * Adjusting based on PR feedback
    
    * Adjusting image size
    
    * Removing System.Drawing, adding ImageSharp
    
    * Adjusting CharacterLcd to ImageSharp, adding ImageSharp to main project
    
    * byte array to Span and stackalloc
    
    * Adding support for cursor and in sample to demonstrate. Implemening ICharacterLcd
    
    * Adding cursor support, adjusting for ICharacterLcd
    
    * adjusting example, fixing enum naming
    
    * Adding support for LcdConsole, fixing Write for span byte
    
    * Adjusting ILcdCharacter and adding fonts
    
    * Adding support for external fonts
    
    * removing static generated font
    
    * adjusting nit in comments
    
    * fixing #1437
    
    * Refactoring the 5x8 font, moving LcdRncoding and font to common
    
    * Adjusting for project reference
    
    * Fixing references and stylecop
    46f0ceb5
Directory.Build.props 1.0 KB