thelsing

Results 15 issues of thelsing

Could you add a getDataPtr method that returns _eeprom.data to the FlashAsEEPROM class? This would make the lib more compatible to the esp8266 EEPROM class. See https://github.com/esp8266/Arduino/blob/f77645465c25f07ded11091a39bad25ef1ec8c1d/libraries/EEPROM/EEPROM.cpp#L135

Just to be able to use the binary as an ip-tp router on rasberry pi without tpuart.

enhancement

I want to unifiy the different datalink-layers. Each Flavor should only do the following: - create uint8_t[] from CemiFrame - send one Byte - get one Byte - are Bytes...

enhancement

Currently the additional information necessary for RF are injected into the cemiframe at the rf-DataLinkLayer. This should be refactored. CemiFrames should be created with a method of the Bau (not...

enhancement

I'm porting a game from java 2d to libgdx. For lines I'm missing some parts of https://docs.oracle.com/javase/7/docs/api/java/awt/BasicStroke.html As a workaround I draw lines a half a linewith longer on each...

I really like this lib. Would it be possible to use textures as colors? My goal is to draw something like this: ![Unbenannt](https://user-images.githubusercontent.com/20617946/118102532-3564b680-b3d9-11eb-8fae-1fbfbbb9674d.png) But not just in this shape but...

### Requirements for Contributing a Bug Fix or Enhancement This adds the experimantal libgdx based renderer. Features: - support of animated gifs as tokens - support of webm as tokens...

### Feature Request To address security concerns of hessian serialisation and to allow easier interoperability with other tools like apps for initiative tracking or similar stuff it would be nice...

feature