Open weissar opened 6 years ago
I will check fw on Disco-F746 display and FromHDC() call ... thank you Do you see text strings by WriteString() on the display?
Ok, I found the problem https://forums.ghielectronics.com/t/next-step-in-porting-disc0-stm32f746/21197/101?u=dobova
Hello, I tried new simple Graphics APP on Discovery F476. Previous version (based on 0.10.0) works fine, but new one bsaed on 0.12.0 generates "'System.NotSupportedException' occurred in GHIElectronics.TinyCLR.Drawing.dll" ...
One things with these release - compiled version in \Build\DISCO-F746NG\ says version 0.9.0, so I compiled my one.
Testing code (with all nupkg 0.12.0 included):
` using GHIElectronics.TinyCLR.Devices.Display; using System.Drawing; using System.Threading;
namespace LCD_test_12 { class LCD_12_Program { static DisplayController _disp = null; static Graphics _gr = null;
} } ` Thanks for help Petr