Skip to content
  • 0 Votes
    9 Posts
    0 Views
    N
    :envy: :-O :rolleyes: M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • Apparently I am to learn by osmosis

    The Lounge design com graphics iot json
    10
    0 Votes
    10 Posts
    1 Views
    J
    honey the codewitch wrote: The docs don't reflect the latest changes. keep that in mind with your own docs. honey the codewitch wrote: Am I to the learn the API telepathically? I have created many interfaces to non-trivial systems. I have just gotten used to it. I remember one case where the certification problem for a credit card processor was settled between two of their techs (not me) by one of them declaring that the account was theirs so I would just need to follow what they said and not the other tech.
  • 0 Votes
    2 Posts
    2 Views
    N
    honey the codewitch wrote: or you can go to their profile and send a private message that way. I suppose that will be easier to implement and for me is valid enough. Good idea. I agree and second it. M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    7 Posts
    2 Views
    0
    Uuuups :)
  • 0 Votes
    3 Posts
    2 Views
    H
    Thank you! Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • testing

    The Lounge design com graphics iot testing
    22
    0 Votes
    22 Posts
    1 Views
    N
    Are you suggesting that our witch has got blacklisted? M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • Finishing a hobby project

    The Lounge design com graphics iot
    5
    0 Votes
    5 Posts
    0 Views
    H
    That was the first thing I did in htcw_gfx (GFX) I wrote a pixel template that allows you to define its binary footprint and color model using a series of "channel_trait" template instantiations that define the channel properties. Many pixels have R G and B channels, but it's not limited to that. Defining each channel individually to make up a pixel allows me to support virtually any binary footprint and color model. I made a brief pixel declaration in my Winduino example for my GFX lib to write out in DirectX native 32bit BGRx format. From there I wrote a bitmap template class, which is basically a variable that holds pixel data. It can be written to as it itself is a draw target (both draw destination and draw source) or read from and applied to other draw targets. It's templated by the type of pixel (as above, for example RGB565) and the type of palette (if any) It's so abstract I can support other formats and screen styles by changing barely anything. All my draw routines take pixels in any format and do behind the scenes conversion transparently (w/ alpha blending as available and called for) I've written whole applications, only to have the screen hardware changed on me last minute. Takes me minutes to update, if I already wrote it to be resolution agnostic (which I typically do) Here's a series of pixel declaration templates for color models of various types (including grayscale and indexed/palleted pixels) non-exaustive, just so you can see what it looks like: // creates an RGB pixel by making each channel // one third of the whole. Any remainder bits // are added to the green channel template using rgb_pixel = pixel< channel_traits, channel_traits, channel_traits ; // creates an RGBA pixel by making each channel // one quarter of the whole. Any remainder bits // are added to the green channel template using rgba_pixel = pixel< channel_traits, channel_traits, channel_traits, channel_traits ; // creates a grayscale or monochome pixel template using gsc_pixel = pixel< channel_traits ; // creates a Y'UV pixel by making each channel // one third of the whole. Any
  • So this is fun: a war story

    The Lounge design com graphics hardware iot
    22
    0 Votes
    22 Posts
    0 Views
    J
    :) all is well that ends well. :) "A little time, a little trouble, your better day" Badfinger
  • I wonder if I should chance it

    The Lounge design com graphics iot help
    11
    0 Votes
    11 Posts
    0 Views
    P
    I've done something similar, but email had still got it. If you emailed it do you still have access to that email, or does the recipient?
  • Yikes! Imposter syndrome

    The Lounge design com graphics hardware iot
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    3 Posts
    0 Views
    P
    That's pretty cool! Love this kind of stuff! PonytailBob.com My Homegrown Z80 Computer Build
  • From code shim to emulator

    The Lounge hardware workspace iot
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • what is dslr camera

    Android com design iot architecture question
    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • I want to know more about iot

    Internet of Things iot tutorial
    5
    0 Votes
    5 Posts
    37 Views
    K
    https://steam.kupikod.com/ru-ru is my go-to site for topping up my Steam account and more. The ordering process is very quick and straightforward, and funds are credited to my balance instantly. I also frequently use gift cards, which helps me manage my spending!
  • fingerprint sensor code with c++

    C / C++ / MFC c++ iot tutorial
    2
    0 Votes
    2 Posts
    6 Views
    C
    Probably you mean 'how to create from scratch a C++ application interfacing a fingerprint sensor module (directly handling the fingerprint sensor would be far more difficult, I suppose). If I got you then you should carefully read the documentation of the module and implement yourself the appropriate communication code. You may also have a look at existing libraries source code (e.g. Arduino). "In testa che avete, Signor di Ceprano?" -- Rigoletto
  • Microsoft Outlook woes

    The Lounge design com graphics iot help
    13
    0 Votes
    13 Posts
    0 Views
    H
    Gerry Schmitz wrote: I also don't answer the phone and use a recording machine (if I don't know who you are). Same Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • 0 Votes
    21 Posts
    0 Views
    J
    Bars I go to last call has nothing to do with whether one has emptied the glass. They are out the door regardless.
  • My TV/Monitor woes have ended

    The Lounge design help com graphics iot
    4
    0 Votes
    4 Posts
    0 Views
    L
    I spent over 3 hours with Samsung support last week, with a follow up earlier this week. My problem is that I could not add new apps on my Samsung Smart TV. It was working two weeks ago. The error message said that the Samsung server was down. After doing testing on the TV, and my Samsung tablet, I got a new message: Your account has been disabled. I have had my account since at least 2013 and have had no problems with it as I was able to report problems and get RMAs for defective Samsung SSD drives. Problem diagnosed, simple solution: Have Samsung re-establish my account. You'd think that would be easy, but Samsung says they can't do that. The told me to open up a new account using the same email address. Okay, that seems like a possible workaround, but the only problem is that they now require me to enter my DOB. There is no logical reason that they need this information (It may be illegal for them to ask) and doing so may contribute to the chances of my identity being stolen. Obviously, I am not happy with Samsung support and probably won't buy from them again. They still haven't fixed my refrigerator, which freezes up every two weeks requiring a manual defrost cycle, which sometimes requires disassembly of the entire inside of the refrigerator. A class action lawsuit was filed, which I joined, but I never heard back about it. I am glad you were more successful with your monitor issues.
  • Well, now I've gone and done it

    The Lounge design com graphics hardware iot
    9
    0 Votes
    9 Posts
    1 Views
    C
    Heading there now... cheers Chris Maunder
  • Minou ate her first kibble today!

    The Lounge design com graphics iot regex
    16
    0 Votes
    16 Posts
    2 Views
    H
    Minou[^] Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix