Matthias Melcher

Results 77 comments of Matthias Melcher

@panicsteve Oh, and in Emulator/Screen/TFLScreenManager.cpp:195 I wrote 20 or so lines of code that are supposed to scale RGB data and transfer it into a window region. The code works,...

Clone the newest version form GitHub: https://github.com/fltk/fltk . This is FLTK 1.4. In the first line of `CMakeLists.txt`, add the line `set (CMAKE_OSX_DEPLOYMENT_TARGET 10.9)` then `mkdir build && cd build...

Well, here is my reason for implementing it this way. Most Einstein users are not developers, and asking them to add the ROM is already quite a hurdle. Asking them...

@pguyot How do you propose we continue here? Or is this resolved already?

The new features would be ethernet emulation and serial port emulation. Serial port in this particular case would probably be useful to route via the network, so that a developer...

Thanks for the offer. I was able to compile the current version after The Big Merge a few weeks ago. You can build your own .apk with AndroidStudio. But I...

Resolved: Remove "Master" and "Slave" wording in Serial Port Driver

Resolved: Disconnecting by peer is very slow. Seq and Ack are probably running out of sync. Sending a RST as the last package works nicely.

Resolved: DHCP returns a fixed configuration. Using `gethostbyname()` to simulate a DNS connection.