-
hi, thx for help, should be the following at bottom.
however you suggested that indeed bangle.js v2 is not "expensive", it's
faster, 4x more ram more storage and just 3x price of pinetime.i likely will now...
buy a bangle.js v2 recently
buy a slim ST link v2 with pogo pins to re-flash the p8b-mirror (others suggested me try flash the Ds-D6 bootloader, seems sort of bricked. anyway i wanna use it to try hands-on of SWD)
buy a pinetime dev kit later, to study the PIN numbers and make sure espruino runs on that, also make it happen on p8b-mirror
thank you
eucwatch:
P8/init/init.js
JavaScript
·
maincmd([0x36, 0]); // MADCTL - This is an unrotated screen
cmd([0x37,0,0]);
// These 2 rotate the screen by 180 degrees
//[0x36,0xC0], // MADCTL
//[0x37,0,80], // VSCSAD (37h): Vertical Scroll Start Address of RAM
And BTW this is one line fix in display initialization (which is done in javascript), maybe ask GPT4 (or google) for mirrored ST7789 if you haven't this already solved. Or search eucwatch repo for MADCTL.