marcoschwartz / aREST_UI

Embedded UI for the aREST framework
72 stars 34 forks source link

Adding BitMap Thumbnails with Labels? #3

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi, How can i add small bitmap Thumbails at Left or Right of Label? And As Esp8266 has 4MB of flash so i thing that memory would not be a problem... I Hope this feature could be added and it would help home automation systems a lot! :)

marcoschwartz commented 9 years ago

Hello, that's a nice suggestion indeed! What would you like to see exactly? Like embedding your own bitmaps from an URL, or having a set of Bitmaps built-in the library that you could just use with some piece of code?

ghost commented 9 years ago

Either of those! :) I saw some where that bitmaps where converted in some kind of code (/ Bits ) which would be written in between the arduino ide sketch!

So by This, there would be no requirment of SD Cards! I Hope This Helps , I would figure out this process too in some time ,to help you...

On Saturday, August 15, 2015, marcoschwartz notifications@github.com wrote:

Hello, that's a nice suggestion indeed! What would you like to see exactly? Like embedding your own bitmaps from an URL, or having a set of Bitmaps built-in the library that you could just use with some piece of code?

— Reply to this email directly or view it on GitHub https://github.com/marcoschwartz/aREST_UI/issues/3#issuecomment-131388844 .

ghost commented 9 years ago

Sorry , Failed to find any code about Bitmap, I think Bitmaps within Library would be good ...

On Saturday, August 15, 2015, marcoschwartz notifications@github.com wrote:

Hello, that's a nice suggestion indeed! What would you like to see exactly? Like embedding your own bitmaps from an URL, or having a set of Bitmaps built-in the library that you could just use with some piece of code?

— Reply to this email directly or view it on GitHub https://github.com/marcoschwartz/aREST_UI/issues/3#issuecomment-131388844 .

marcoschwartz commented 9 years ago

Yeah I see exactly what you mean, I know some libraries are using Bitmap in the form of code. For example: https://github.com/ehubin/Adafruit-GFX-Library/tree/master/Img2Code

ghost commented 9 years ago

Yup Exactly this only... And wanted to ask that aRest Library will work on Esp-12 or Esp-12e ?

On Sunday, August 16, 2015, marcoschwartz notifications@github.com wrote:

Yeah I see exactly what you mean, I know some libraries are using Bitmap in the form of code. For example: https://github.com/ehubin/Adafruit-GFX-Library/tree/master/Img2Code

— Reply to this email directly or view it on GitHub https://github.com/marcoschwartz/aREST_UI/issues/3#issuecomment-131512034 .

marcoschwartz commented 9 years ago

Sure it does, I already used it on an ESP-12