Hi, hope it will be the last question here for this watch. I want to make a Bluetooth connectivity update in watch face. I have icons ready for connection On and connection Off.
I looked for a similar questions in this forum but I didn't managed to find any so I tried to make this code by myself.
I thought of making something like
if (Bluetooth connectivity is On) {dc.drawBitmap(10, 130, BluetoothOn) }else {dc.drawBitmap(10, 130, BluetoothOff) }
but the problem is I don't know what I need to fit in the code that will do the work of "(Bluetooth connectivity is On)" in the monkey C language even after searching in the programmer's guide.
I hope my question was clear. It is the very last thing I want to add to complete the watch!
TY in advance everyone!