summaryrefslogtreecommitdiffstats
path: root/api.cpp
Commit message (Expand)AuthorAge
* Implement an app_manager that supports BaseAppConfuSomu2021-07-25
* Add user_settings global structConfuSomu2021-05-06
* Ignore home button press when in Api popupConfuSomu2021-04-22
* Use const char* as arg for Api::display_write_stringConfuSomu2021-04-14
* Implement API method for setting current datetimeapi-classConfuSomu2021-03-28
* Implement API method for choosing between stringsConfuSomu2021-03-28
* Implement API method for popup forConfuSomu2021-03-16
* Implement API method to ask user for yes/no choiceConfuSomu2021-03-16
* Move display of popup in API to generic functionConfuSomu2021-03-16
* Dump display backbuffer only onceConfuSomu2021-03-04
* Fix footer and header background drawingConfuSomu2021-03-04
* Enter shallow sleep when there are no interactionsConfuSomu2021-03-02
* Implement API to set/get render intervalConfuSomu2021-03-01
* Implement API method for setting performanceConfuSomu2021-03-01
* Implement API method for display header textConfuSomu2021-03-01
* Implement API method for displaying footer textConfuSomu2021-03-01
* Wait for button press then hide popupConfuSomu2021-03-01
* Implement method in API for drawing a popupConfuSomu2021-03-01
* Expose features from the OLED library in the APIConfuSomu2021-02-28
* Refactor API function namesConfuSomu2021-02-27
* Implement getDatetime function in APIConfuSomu2021-02-27
* Use an Api class for abstractionConfuSomu2021-02-27
d='n221' href='#n221'>221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383