Bartosz J

Results 6 comments of Bartosz J

If you use Kotlin try `ContextCompat.getDrawable(context, R.drawable.vector).toBitmap()`

To use these commands you need to put device into FES mode first. You have an ancient bootloader in your firmware image, and I haven't implemented support for it yet...

Uboot button put device in FEL mode, you need FES. Check if this switch device to FES `felix --tofes ` then `felix --status`

If you had removed that line https://github.com/lolet/D2Ex2/blob/4aa2418628069a6d43b1261e1a85e6979b247bf8/ExOptions.cpp#L338 `` , __BUILDNO__, __DATE__, __TIME__, `` You probably forgot about string formatting few lines above `` ExScreen::DrawTextEx(2, 10, 5, 0, 5, "D2Ex2/Build %s%d.%s.%s.%s,",``

Sorry but no. But you can port offsets by yourself. It's not so hard as it seems at first. Why do you need specifically 1.13c?

Yep, could make a pull request?