Netduino#6
Conversation
…NetMF.SSD1306 display driver for Netduino.
…n UI to force some controls to fixed values when C# code generation is selected.
|
Hey @NameOfTheDragon. Appreciate the contribution but TDF is currently stable and unmaintained - accepting PRs would require thoroughly testing them which I do not have time for :-/ Suggest you grow a fork and I can point to it in the README. |
|
Very good, I’m happy to keep my stuff in a fork – I just wanted to make the offer of contributing the additions I made. I’m planning to write up a blog post about my Neduino display driver and how it works with TDF, when I’ve published it I’ll send you a link. Best Regards, From: Eran Duchan [mailto:notifications@github.com] Hey @NameOfTheDragonhttps://github.com/NameOfTheDragon. Appreciate the contribution but TDF is currently stable and unmaintained - accepting PRs would require thoroughly testing them which I do not have time for :-/ Suggest you grow a fork and I can point to it in the README. — ExchangeDefender Message Security: Click below to verify authenticity |
Adds support for generating C# code, specifically to support the
TA.NetMF.Devices.SSD1306OLED display driver from Tigra Astronomy, but may be useful for other devices using .NET Micro Framework.Adds 'Code Generation' radio buttons to the configuration screen and disables options that aren't appropriate when the C# option is selected.
The C# code generated has a significantly different structure than the C/C++ code and uses a
Hashtableto store the characters and their bitmap patterns in a single data structure.We put all of the new code into separate methods so none of the original code should be impacted at all.