SuperUserNameMan

Results 51 comments of SuperUserNameMan

@jg1uaa : > At this point, I think MD328D is LG8F328"D" and we have to some work for supporting this board. I think you're going to become the MD-328D and...

@jg1uaa : @LaZsolt mentionned issues with D variants here : https://github.com/dbuezas/lgt8fx/pull/64#issuecomment-783633366

It's actually an Android TV but it is detected as a tablet : device model name: QM152E type: tablet manufacturer: PHILIPS screen screen resolution: 1280 x 720 screen dpi: 213...

@victordiaz : > I modified a bit PHONK so now the script will launch with the same orientation as it was previously yes it works :-) Only the Processing example...

![Screenshot_2020-08-08-14-49-25](https://user-images.githubusercontent.com/9801802/89710815-64e81d80-d986-11ea-8cd0-58832af1c53e.png)

Little precision : It crashes with 1.2.5, but it works with 1.0.0. (edit : I was refering to LibPD only. Processing crashed in both version.)

> PHONK 1.0.0 used an older version of Processing core, maybe there is something in newer versions that breaks in old models. Sorry, my little precision was missing an important...

Hello @victordiaz : > Does it give any error? I get no error with this device. > Could you check in another device? It works with my Android 4.1.2 tablet,...

Here is a little modification to the module initializer which adds optional compatibility with tcc 0.9.27 : ````lua setmetatable(mod, { __call = function(self, name, version) if ( version and version...

I tried just after posting the issue, but I could not compile using Mono, and I did not want to install the C# SDK. Coding my own serial monitor using...