Jump to content

hbozyq

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by hbozyq

  1. i will finish and post it as soon as possible. i agree that name is important. so i decide to name it as 'UDP2LCD'
  2. my product using a lcd with 128*64 dots. and 5*7dots for each ASCII character. meaning at most 21 characters each row and at most 8 column the display effect is like this( havent being embellished): the microcontroller is esp8266 running micropython its cheap(1.72$) and support WLAN upper monitor send binary text using UDP to control the LCD the format is like this: b’HPSTR06402helloE‘ 'H' & 'E' means header and end 'PSTR' means command print str '06402' means start at 2nd row and 64th pixel (coordinate(064,02)) 'hello' is the text that will be display handling bitmap is being planned sending texts directly is easy but not so attractive i wonder if i can get textual information from aida so that i can turn it into progress bar or something else and please tell me more about 'Shared Memory feature' thanks
  3. HI ALL im working on a wireless lcd device,using python to send data to microcontroller. i tried to used a library "psutil" to get sensor values. but on Windows i can only get a few data using this. well... are there any ways i can get hardware sensor values like temperatures\fan speed\utilization from aida? Thanks For Help
×
×
  • Create New...