-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|133|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




spinal

SpinalWatch

27th August 2023

Close enough for now. Still not perfect.
(Image.png)


spinal

New Room

27th August 2023

The AI doesn't expect you to be sleeping in the new room?


spinal

SpinalWatch

27th August 2023

OK, got that working as far as I can tell. Now to re-arduino the code.
(Image.png)
[code]
Graphics 320,240,0,2
Global gScale = 1
Global WIDTH = 144
Global font02 = LoadAnimImage(''font.png'', 11, 15, 0, 96)
Dim fWidth(96)
For t = 0 To 95 *snip*


spinal

QOTD - August 2023

27th August 2023

Depends on the games. Most 80's game were terrible quality, they didn't have AAA budgets, those wouldn't land well today. However by the end of the 90's budgets and quality had increased a lot, those games may be better received today.
As *snip*


spinal

SpinalWatch

26th August 2023

OK, got the blitz version up to the same problem. I switched to blitz because uploading code to the arduino, then sending myself an sms message is a slow process, wheras hitting F5 is nice and fast.
What I WANT to happen, is that if a single word is too w*snip*


spinal

SpinalWatch

26th August 2023

Here is an attempt in blitz, it nearly works...
font.png
(Image.png)
[code]
Graphics 320,240,0,2
Global WIDTH = 144
Global font02 = LoadAnimImage(''font.png'', 11, 15, 0, 96)
Dim fWidth(96)
For t = 0 To 95
Read fWidth(t)
Next
Rect 0,0*snip*


spinal

SpinalWatch

26th August 2023

I'll start over again maybe, it really shouldn't be difficult to scan the next word and see if it still fits.


spinal

SpinalWatch

26th August 2023

This is just getting longer and longer, and still not right.
[code]
void print(int x, int y, const char* text) {
int x1 = x;
int fHeight = 0;
int nextSpace = 0;
uint8_t numChars = strlen(text);
const char* wordStart = text; // Pointer to *snip*


spinal

SpinalWatch

26th August 2023

Bloody hell, that was it.


spinal

SpinalWatch

26th August 2023

It saves as 144x168, it copy+pastes as 144x168, it only doesnt display in the post as 144x168, it displays as 130x151.


spinal

SpinalWatch

26th August 2023

Got wordwrap sort of working, but for some reason its updating the global textY position wrongly.
(Image.png)
[edit] Why is this 144x186 image not displayed at full size, even when clicked on?


spinal

Retro News Coverage

23rd August 2023

''Sorry, this content is not available in your region.''


spinal

Vinyl or Gif?

21st August 2023

How about a vinyl animated gif?


spinal

What's A Good 3D Modeller

19th August 2023

Looking good!


spinal

QOTD - August 2023

19th August 2023

A good few years back, I sent out loads of job applications with a cover letter starting ''Dear Sir / Mad man'' and I wondered why it took so ling to get a job.


spinal

SpinalWatch

19th August 2023

It's weird, I would manually force the buffer and the copy to be different, but then it would only decide that where I'd put the text was different and the background wouldn't be.
I was calling clearSceeenBuffer() in my setup, so I'd expec*snip*


spinal

SpinalWatch

18th August 2023

Added the screen functions back, reverted to the original 'send full screen' rather than only the dirty lines, for some weird reason it isnt dirtying the lines properly and I can't be bothered to find out why.


spinal

Best way to clone a Windows install?

18th August 2023

socoder.net
Macrium Reflect trial version worked for me. I think you can even tell it that your'e using an SSD so wit will set the sector sizes correctly etc.


spinal

SpinalWatch

18th August 2023

So far so good. I've started adding the screen functions back and it's not crashed yet. Ble is still working, slightly slower for some reason, although the power saving 'deep sleep' seems to be working fine and not killing the Ble like it d*snip*


spinal

QOTD - August 2023

18th August 2023

My swimming was never great, I can 'not drown' quite well, but actual 'swimming'...!


spinal

SpinalWatch

18th August 2023

OK, Started from scratch, First I got the BLE code working and connecting, no problems yet.
Then I added all of the power saving code, one item at a time and still working (power at 1.9mA).
Left it running for a while, no crashing, sent multiple notifica*snip*


spinal

UFOlogy

17th August 2023

Well, that seems to have blown over already.


spinal

SpinalWatch

16th August 2023

However, I did just notice that I wasn't freeing some pointers after use, perhaps that's what was causing the random crashes....


spinal

SpinalWatch

16th August 2023

Reverting back to version 1, just before switching to gadgetbridge for the notifications.
First I'll get it to connect, then accept the time etc. and go from there again.


spinal

SpinalWatch

15th August 2023

bah, it's crashing more than ever now.
Time to start over.

Newer Posts More - Older Posts